klc 0.1.0 copy "klc: ^0.1.0" to clipboard
klc: ^0.1.0 copied to clipboard

A Dart library to convert a date to Korean lunar calendar date.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add klc

With Flutter:

 $ flutter pub add klc

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

dependencies:
  klc: ^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:klc/klc.dart';
5
likes
140
points
162
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library to convert a date to Korean lunar calendar date.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

sprintf

More

Packages that depend on klc