data_monitor_generators 1.1.1 copy "data_monitor_generators: ^1.1.1" to clipboard
data_monitor_generators: ^1.1.1 copied to clipboard

A package that encapsulates Build Generators for the data_monitor package.

Details #

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.

Getting started #

Please see the example in data_monitor for usage.

Usage #

Include the following in your Flutter application's pubspec.yaml as developer dependencies:

dev_dependencies:
  build_runner: ^2.15.0
  data_monitor_generators: ^1.0.0

Then run (in a console) the following before you build / run your application:

dart run build_runner build
0
likes
0
points
263
downloads

Publisher

verified publishernqcomputing.com

Weekly Downloads

A package that encapsulates Build Generators for the data_monitor package.

Repository (GitHub)
View/report issues

Topics

#codegen #state-management

License

unknown (license)

Dependencies

analyzer, build, data_monitor, flutter, source_gen

More

Packages that depend on data_monitor_generators