thai_buddhist_date_pickers 0.1.6
thai_buddhist_date_pickers: ^0.1.6 copied to clipboard
Flutter calendar and pickers (dialog/fullscreen, range, multi) for Thai Buddhist (พ.ศ.) and Gregorian (ค.ศ.), built on thai_buddhist_date.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add thai_buddhist_date_pickersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
thai_buddhist_date_pickers: ^0.1.6Alternatively, 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:thai_buddhist_date_pickers/thai_buddhist_date_pickers.dart';