fd_template_creator 0.1.3 fd_template_creator: ^0.1.3 copied to clipboard
A Dart script to generate a template for a Flutter project from a boilerplate code repository.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fd_template_creator
With Flutter:
$ flutter pub add fd_template_creator
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
fd_template_creator: ^0.1.3
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:fd_template_creator/fd_template_creator.dart';