Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 761 Bytes

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 761 Bytes

1.0.0-nullsafety.0

  • BREAKING: Opt into null safety

0.3.1

  • Updates cloud_firestore and firebase_core to the latest

0.3.0+1

  • Fixes documentation

0.3.0

  • Added isLive to fetch real-time data
  • Changed from bloc to cubit

0.2.2

  • Added header and footer support

0.2.1

  • Added support for Search listener

0.2.0

  • Added scroll controller using scrollController attribute
  • Added support for Refresh listener

0.1.3

  • Updated packages to latest version

0.1.2

  • Added GridView support using the attribute itemBuilderType: PaginateBuilderType.gridView
  • Updated flutter_bloc to v6.0.1

0.1.1+1

  • Updated flutter_bloc to v5.0.1

0.1.1

  • Added startAfterDocument attribute

0.1.0

  • Initial release