thai_buddhist_date_pickers 0.1.2
thai_buddhist_date_pickers: ^0.1.2 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 Dart:
$ dart pub add thai_buddhist_date_pickersWith Flutter:
$ flutter pub add thai_buddhist_date_pickersThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
thai_buddhist_date_pickers: ^0.1.2Alternatively, your editor might support dart pub get or 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';