ha_firestore_scaffold 0.0.2 copy "ha_firestore_scaffold: ^0.0.2" to clipboard
ha_firestore_scaffold: ^0.0.2 copied to clipboard

Just like material Scaffold this Firestore Scaffold designed specifically for firestore which displays realtime paginated list view or gird view based on screensize. You can also add Search feature

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ha_firestore_scaffold

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

dependencies:
  ha_firestore_scaffold: ^0.0.2

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:ha_firestore_scaffold/ha_firestore_scaffold.dart';
6
likes
100
pub points
0%
popularity

Publisher

verified publisherfusionsd.com.au

Just like material Scaffold this Firestore Scaffold designed specifically for firestore which displays realtime paginated list view or gird view based on screensize. You can also add Search feature

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, flutter, ha_firestore_realtime_paginate

More

Packages that depend on ha_firestore_scaffold