jit_flutter_app_helper 0.0.3
jit_flutter_app_helper: ^0.0.3 copied to clipboard
Converts `DateTime` to lowercase date strings, e.g., `07/09/2024` → `07/sep/2024`.
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.3Alternatively, 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';