persian 0.0.3
persian: ^0.0.3 copied to clipboard
Persian utilities for Flutter. The package includes PersianDate and number converter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add persianThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
persian: ^0.0.3Alternatively, 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:persian/persian.dart';