ethio_calendar 0.1.0 copy "ethio_calendar: ^0.1.0" to clipboard
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_calendar

With Flutter:

 $ flutter pub add ethio_calendar

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ethio_calendar: ^0.1.0

Alternatively, 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';
0
likes
160
points
77
downloads

Documentation

API reference

Publisher

verified publisherabroid.dev

Weekly Downloads

Convert between Gregorian and Ethiopian calendar dates with Amharic month and day names, formatting, and date arithmetic. Pure Dart, dependency-free.

Repository (GitHub)
View/report issues

Topics

#ethiopia #calendar #amharic #date #localization

License

MIT (license)

More

Packages that depend on ethio_calendar