custom_nepali_calendar 3.2.0
custom_nepali_calendar: ^3.2.0 copied to clipboard
Nepali Bikram Sambat calendar and date picker in a bottom sheet: single date or range, custom theme colours, live BS/AD switch, Nepali or English. No dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_nepali_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_nepali_calendar: ^3.2.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:custom_nepali_calendar/custom_nepali_calendar.dart';