jit_flutter_app_helper 0.0.2
jit_flutter_app_helper: ^0.0.2 copied to clipboard
This plugin simplifies date formatting by converting any given DateTime object into a lowercase string representation. It supports various date formats and consistently returns the date in a standardi [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jit_flutter_app_helperWith Flutter:
$ flutter pub add jit_flutter_app_helperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jit_flutter_app_helper: ^0.0.2Alternatively, 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:jit_flutter_app_helper/jit_flutter_app_helper.dart';