persian_calendar_widget 0.7.0
persian_calendar_widget: ^0.7.0 copied to clipboard
Pick a date with a custom dialog box in Persian calendar that can be used in any project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add persian_calendar_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
persian_calendar_widget: ^0.7.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:persian_calendar_widget/persian_calendar_widget.dart';