bs_ad_calendar 1.0.1
bs_ad_calendar: ^1.0.1 copied to clipboard
A fully customizable Nepali (Bikram Sambat) and Gregorian calendar widget for Flutter. Dual calendar modes, AD ↔ BS date conversion, interactive monthly calendar, modal date pickers, dual locale (Engl [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bs_ad_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bs_ad_calendar: ^1.0.1Alternatively, 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:bs_ad_calendar/bs_ad_calendar.dart';