tmt_flutter_utils 1.2.8
tmt_flutter_utils: ^1.2.8 copied to clipboard
Extension method and utils library using for flutter project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tmt_flutter_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tmt_flutter_utils: ^1.2.8Alternatively, 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:tmt_flutter_utils/tmt_flutter_utils.dart';