ethio_greg_dual_calendar 0.1.1
ethio_greg_dual_calendar: ^0.1.1 copied to clipboard
Dual-calendar dates and calendar UIs for Flutter in both the Gregorian and Ethiopian (Amete Mihret) calendars, localized in English, Amharic, and Afaan Oromoo.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ethio_greg_dual_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ethio_greg_dual_calendar: ^0.1.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:ethio_greg_dual_calendar/ethio_greg_dual_calendar.dart';