another_flutter_utils 1.0.1
another_flutter_utils: ^1.0.1 copied to clipboard
This package contains some useful utilities for Flutter. It is still in development and will be updated frequently. If you have any suggestions, please feel free to contact me. Thank you for your support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add another_flutter_utils
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
another_flutter_utils: ^1.0.1
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:another_flutter_utils/flutter_utils.dart';