suitup 1.1.0-pre
suitup: ^1.1.0-pre copied to clipboard
A bunch of features and stuff to help me create awesome apps
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add suitupThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
suitup: ^1.1.0-preAlternatively, 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:suitup/suitup.dart';