Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aminsamad/flutter_kurdish_localization


https://github.com/aminsamad/flutter_kurdish_localization

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        





# Demo App

# Flutter Kurdish Localization 🌍

This package provides unofficial localization support for *Central Kurdish Branch Sorani **(Kurdish: سۆرانی ,Soranî‎)***.

----
### Getting Started

`import 'package:flutter_kurdish_localization/flutter_kurdish_localization.dart';`

Add these two delegates to *localizationsDelegates* array

**KurdishMaterialLocalizations.delegate** For text and dates localization
**KurdishWidgetLocalizations.delegate** For text and UI directionality

```dart
return MaterialApp(
localizationsDelegates: [
..
KurdishMaterialLocalizations.delegate,
KurdishWidgetLocalizations.delegate,
...
],
supportedLocales: [ Locale('ku') ]
ocale: Locale('ku')
)
```

-----
### Translations are available now!

## Links

* [Source code](https://github.com/aminsamad/flutter_kurdish_localization/)
* [Instagram](https://instagram.com/amin._.samad/)
* [Facebook](https://www.facebook.com/amin.samad.14418/)