viet_date_time 0.1.0
viet_date_time: ^0.1.0 copied to clipboard
Hỗ trợ trong việc chuyển đổi và tính toán ngày tháng, thời gian và can chi theo lịch Việt Nam.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add viet_date_timeWith Flutter:
$ flutter pub add viet_date_timeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
viet_date_time: ^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:viet_date_time/viet_date_time.dart';