busttech_utils 0.0.1
busttech_utils: ^0.0.1 copied to clipboard
A simple and lightweight Flutter package offering reusable utilities for Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add busttech_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
busttech_utils: ^0.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:busttech_utils/busttech_utils.dart';