data_monitor 1.0.9 copy "data_monitor: ^1.0.9" to clipboard
data_monitor: ^1.0.9 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. From the data_monitor example repository at github.com, insert the whole lib/ hierarchy into your local project:

  lib/
    models/
      model_a.dart
      model_b.dart
    pages/
      main_page.dart
      secondary_page.dart
    main.dart
  1. Add the following dependencies to your project's pubspec.yaml file:
  dependencies:
    data_monitor: ^1.1.0
  
  dev_dependencies:
    build_runner: ^2.15.0
    data_monitor_generators: ^1.1.0
  1. Perform a pub get to get the packages listed above.

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

  dart run build_runner build
2
likes
0
points
260
downloads

Publisher

verified publishernqcomputing.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on data_monitor