sugar_fast 2.0.0
sugar_fast: ^2.0.0 copied to clipboard
The ultimate Flutter development hub - A meta-package that brings together the entire Sugar ecosystem for super-fast development. Import once, get everything.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sugar_fast
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sugar_fast: ^2.0.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:sugar_fast/sugar_fast.dart';