flutter_lib_utils 1.0.1
flutter_lib_utils: ^1.0.1 copied to clipboard
flutter common utils, it based on AndroidUtilCode on android platform, and Currently, ios platform is supported.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_lib_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_lib_utils: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_lib_utils/flutter_lib_utils.dart';