calendarific_dart 1.0.2 copy "calendarific_dart: ^1.0.2" to clipboard
calendarific_dart: ^1.0.2 copied to clipboard

A dart package to retrieve data from calendarific API. Get holidays from specific country, year and moreover retreieve languages and countries from their API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add calendarific_dart

With Flutter:

 $ flutter pub add calendarific_dart

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

dependencies:
  calendarific_dart: ^1.0.2

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:calendarific_dart/calendarific_dart.dart';
4
likes
150
points
52
downloads

Publisher

verified publishermarkus.jayjah.de

Weekly Downloads

A dart package to retrieve data from calendarific API. Get holidays from specific country, year and moreover retreieve languages and countries from their API.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

chopper

More

Packages that depend on calendarific_dart