save_points_intl 1.0.1
save_points_intl: ^1.0.1 copied to clipboard
A comprehensive, modular, zero-dependency date/time library for Flutter with 7 languages, 50+ functions, and smart formatting.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add save_points_intlWith Flutter:
$ flutter pub add save_points_intlThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
save_points_intl: ^1.0.1Alternatively, 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:save_points_intl/save_points_intl.dart';