patapata_builder 1.2.1
patapata_builder: ^1.2.1 copied to clipboard
This package is a plugin for Patapata that uses build_runner to generate classes used in Patapata app.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add patapata_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
patapata_builder: ^1.2.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:patapata_builder/patapata_builder.dart';