datacollection 0.0.3+6 copy "datacollection: ^0.0.3+6" to clipboard
datacollection: ^0.0.3+6 copied to clipboard

this will help to generate the data collection in *.g.dart file from api response

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add datacollection

With Flutter:

 $ flutter pub add datacollection

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

dependencies:
  datacollection: ^0.0.3+6

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

Import it

Now in your Dart code, you can use:

import 'package:datacollection/datacollection.dart';
0
likes
100
pub points
2%
popularity

Publisher

verified publishermylekha.app

this will help to generate the data collection in *.g.dart file from api response

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, dio, meta

More

Packages that depend on datacollection