myanmar_calendar_widget 0.1.0
myanmar_calendar_widget: ^0.1.0 copied to clipboard
A comprehensive calendar library for Flutter featuring Myanmar and Hindu (Panchanga) calendar widgets with date conversion, compact and full display modes, and traditional calendar support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add myanmar_calendar_widgetWith Flutter:
$ flutter pub add myanmar_calendar_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
myanmar_calendar_widget: ^0.1.0Alternatively, 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:myanmar_calendar_widget/hindu/hcalendar/calculation_engine.dart';
import 'package:myanmar_calendar_widget/hindu/hcalendar/math_functions.dart';
import 'package:myanmar_calendar_widget/hindu/hcalendar/name_functions.dart';
import 'package:myanmar_calendar_widget/hindu/hcalendar/pancanga_date.dart';
import 'package:myanmar_calendar_widget/hindu/hindu_calendar_widget.dart';
import 'package:myanmar_calendar_widget/myanmarCalendar/myanmar_calendar_widget.dart';
import 'package:myanmar_calendar_widget/myanmar_calendar.dart';