data_monitor 2.2.1 copy "data_monitor: ^2.2.1" to clipboard
data_monitor: ^2.2.1 copied to clipboard

A Data Monitor package that encapsulates Annotations, Example and Utilities.

example/example.md

Example #

You can create an example Flutter application that uses data_monitor by:

  1. At the command line, run flutter create your_app_name to create a Simple Counter App.

  2. Open the application in your favorite editor and delete lib/main.dart.

  3. Add the following dependencies to your project's pubspec.yaml file:

  dependencies:
    data_monitor: ^2.1.0
  
  dev_dependencies:
    build_runner: ^2.15.0
    data_monitor_generators: ^2.1.0
  1. Perform a pub get to get the packages listed above.

  2. In your editor, find the imported data_monitor package and it's example/lib/ hierarchy. If you are using Visual Studio Code, for example, it is at the bottom left and looks like this:

  3. Copy the whole /lib hierarchy to your local project (2 directories, 7 files).

  4. Then, in a console, run the following command before you build / run your application:

  dart run build_runner build
2
likes
160
points
260
downloads

Documentation

API reference

Publisher

verified publishernqcomputing.com

Weekly Downloads

A Data Monitor package that encapsulates Annotations, Example and Utilities.

Repository (GitHub)
View/report issues

Topics

#codegen #state-management

License

MIT (license)

Dependencies

collection, flutter, flutter_hooks

More

Packages that depend on data_monitor