data_monitor_generators 1.1.4
data_monitor_generators: ^1.1.4 copied to clipboard
A package that encapsulates Build Generators for the data_monitor package.
Example #
This package should be used with the data_monitor package to
allow Flutter projects to generate a concrete framework from their
@annotations found elsewhere in their source tree.
Include the following in your Flutter application's pubspec.yaml
as developer dependencies:
dev_dependencies:
build_runner: ^2.15.0
data_monitor_generators: ^1.1.3
Then run (in a console) the following before you build / run your application:
dart run build_runner build