fidenz_flutter_boilerplate 0.0.4 fidenz_flutter_boilerplate: ^0.0.4 copied to clipboard
Fidenz Flutter Boilerplate The Fidenz Flutter Boilerplate is a powerful and feature-rich starting template for Flutter app development. It provides a solid foundation and various pre-built functions t [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fidenz_flutter_boilerplate
With Flutter:
$ flutter pub add fidenz_flutter_boilerplate
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
fidenz_flutter_boilerplate: ^0.0.4
Alternatively, 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:fidenz_flutter_boilerplate/fidenz_flutter_boilerplate.dart';