model_fetch_firestore_json_files 0.5.6 copy "model_fetch_firestore_json_files: ^0.5.6" to clipboard
model_fetch_firestore_json_files: ^0.5.6 copied to clipboard

A lazy load BLoC wrapper for local JSON files in Firestore format

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add model_fetch_firestore_json_files

With Flutter:

 $ flutter pub add model_fetch_firestore_json_files

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

dependencies:
  model_fetch_firestore_json_files: ^0.5.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:model_fetch_firestore_json_files/model_fetch_firestore_json_files.dart';
2
likes
140
points
18
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

A lazy load BLoC wrapper for local JSON files in Firestore format

Repository (GitHub)

Documentation

API reference

License

MIT-0 (license)

Dependencies

collection, firestore_api_converter, meta, model_fetch, model_interfaces, path

More

Packages that depend on model_fetch_firestore_json_files