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

A package that encapsulates build Generators for the data_monitor package.

WARNING: #

This package is in beta and still being tested. Please do not use it yet.

Details #

This package should be used with the data_monitor package to allow Flutter projects to generate a concrete framework from their @annotations from 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 a developer dependencies:

dev_dependencies:
  build_runner:
  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

License

unknown (license)

Dependencies

analyzer, build, data_monitor, flutter, source_gen

More

Packages that depend on data_monitor_generators