- Updates dependencies
- Supports Scrollbar
- Changes
emptyDisplay
toonEmpty
itemBuilder
type changes toFunction(BuildContext, List<DocumentSnapshot>, int)
- Adds
allowImplicitScrolling
for snaphots andoptions
for get - Removes scroll from
onEmpty
andonError
- Use the new
flutter_lints
package and apply changes - Updates
cloud_firestore
to v3.1.0 - Updates
provider
to v6.0.1 - Updates
bloc
to v7.2.1 - Updates
flutter_bloc
to v7.3.3
- Fixes refresh on emptyDisplay
- Adds
allowImplicitScrolling
in pageview - Updates
cloud_firestore
to v2.4.0
- Fixes duplication of document snapshot
- New feature - Paginated page view. To use this, set the type as
itemBuilderType: PaginateBuilderType.pageView
- Updates dependencies to latest
- BREAKING:
header
andfooter
accepts only sliver widget. If you want to add a normal widget wrap it withSliverToBoxAdapter(child: YourWidget())
. Check example for more clarity. - Updates dependencies to latest
- Updates
cloud_firestore
version to v2.0.0
- BREAKING: Opt into null safety
- Updates
cloud_firestore
andfirebase_core
to the latest
- Fixes documentation
- Added
isLive
to fetch real-time data - Changed from bloc to cubit
- Added
header
andfooter
support
- Added support for Search listener
- Added scroll controller using
scrollController
attribute - Added support for Refresh listener
- Updated packages to latest version
- Added GridView support using the attribute
itemBuilderType: PaginateBuilderType.gridView
- Updated flutter_bloc to v6.0.1
- Updated flutter_bloc to v5.0.1
- Added
startAfterDocument
attribute
- Initial release