mint_flutter_extensions 0.2.0 mint_flutter_extensions: ^0.2.0 copied to clipboard
Speed up your Flutter development process by reducing boilerplate code with easy-to-use extensions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mint_flutter_extensions
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mint_flutter_extensions: ^0.2.0
Alternatively, 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:mint_flutter_extensions/mint_flutter_extensions.dart';