INFRA: Set Up Project.

This commit is contained in:
2025-11-28 11:10:49 +05:00
commit c798279f7d
609 changed files with 77436 additions and 0 deletions

View 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';