ethio_calendar 0.1.0
ethio_calendar: ^0.1.0 copied to clipboard
Convert between Gregorian and Ethiopian calendar dates with Amharic month and day names, formatting, and date arithmetic. Pure Dart, dependency-free.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ethio_calendarWith Flutter:
$ flutter pub add ethio_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ethio_calendar: ^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:ethio_calendar/ethio_calendar.dart';