master_utility 0.0.1
master_utility: ^0.0.1 copied to clipboard
A package that enables you to use a comprehensive set of utilities in a single package with customization. It includes features like Size Helper, Navigation Helper, Image Picker Helper, Date Time Help [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add master_utilityWith Flutter:
$ flutter pub add master_utilityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
master_utility: ^0.0.1Alternatively, 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:master_utility/master_utility.dart';