Initial commit
This commit is contained in:
13
lib/widget/firebase_pagination/firebase_pagination.dart
Normal file
13
lib/widget/firebase_pagination/firebase_pagination.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
/// A package to paginate your firebase related data with realtime updates.
|
||||
///
|
||||
/// It can be used for `Firestore` and `Firebase Realtime Database`.
|
||||
///
|
||||
/// Data can be shown in `list`, `grid` and `scrollable wrap` view.
|
||||
library;
|
||||
|
||||
export 'src/firestore_pagination.dart';
|
||||
// Data Models
|
||||
export 'src/models/view_type.dart';
|
||||
export 'src/models/wrap_options.dart';
|
||||
// Widgets
|
||||
export 'src/realtime_db_pagination.dart';
|
||||
Reference in New Issue
Block a user