Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminsamad/flutter_kurdish_localization
https://github.com/aminsamad/flutter_kurdish_localization
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aminsamad/flutter_kurdish_localization
- Owner: aminsamad
- License: gpl-3.0
- Created: 2021-12-20T10:27:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T12:50:59.000Z (7 months ago)
- Last Synced: 2024-06-09T13:33:47.226Z (7 months ago)
- Language: Dart
- Size: 3.16 MB
- Stars: 26
- Watchers: 1
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kurdish - Flutter Kurdish Localization - Localization support for Central Kurdish Branch Sorani (Kurdish: سۆرانی ,Soranî) (Programming Resources / Localization Projects)
- awesome-kurdish - Flutter Kurdish Localization - Localization support for Central Kurdish Branch Sorani (Kurdish: سۆرانی ,Soranî) (Programming Resources / Localization Projects)
README
# 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/)