central_asian_locale 0.1.0
central_asian_locale: ^0.1.0 copied to clipboard
Complete localization for Uzbek (Latin & Cyrillic), Kazakh, Tajik, and Kyrgyz. Date, time, number, currency formatting with Hijri calendar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add central_asian_localeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
central_asian_locale: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:central_asian_locale/central_asian_locale.dart';