geiger_dummy_data 0.3.6 copy "geiger_dummy_data: ^0.3.6" to clipboard
geiger_dummy_data: ^0.3.6 copied to clipboard

A dart package that provides functionality for easy propagation of data to the Geiger localStorage for testing purposes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geiger_dummy_data

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  geiger_dummy_data: ^0.3.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geiger_dummy_data/geiger_dummy_data.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A dart package that provides functionality for easy propagation of data to the Geiger localStorage for testing purposes.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

equatable, flutter, geiger_api, geiger_localstorage, intl, json_annotation, uuid

More

Packages that depend on geiger_dummy_data