myanmar_calendar_widget 0.3.1
myanmar_calendar_widget: ^0.3.1 copied to clipboard
A comprehensive calendar library for Flutter featuring Myanmar and Hindu (Panchanga) calendar widgets with date conversion, compact and full display modes, astronomical calculations, and traditional c [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add myanmar_calendar_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
myanmar_calendar_widget: ^0.3.1
Alternatively, 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: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/hindu/hindu_calendar_widget_myanmar.dart';
import 'package:myanmar_calendar_widget/myanmarCalendar/myanmar_calendar_widget.dart';
import 'package:myanmar_calendar_widget/myanmar_calendar.dart';