flutter_data 0.0.1 copy "flutter_data: ^0.0.1" to clipboard
flutter_data: ^0.0.1 copied to clipboard

outdated

An opinionated way to structure data-driven Flutter apps

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_data

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

dependencies:
  flutter_data: ^0.0.1

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:flutter_data/flutter_data.dart';
371
likes
0
points
1.1k
downloads

Publisher

verified publisherflutterdata.dev

Weekly Downloads

An opinionated way to structure data-driven Flutter apps

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_hooks, hive, json_serializable, path_provider, source_gen

More

Packages that depend on flutter_data