Skip to content

Simple re-usable widgets that query data from firebase with pagination

Notifications You must be signed in to change notification settings

kodega2016/flutter_kwidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KFirebaseQueryWidget

It is a re-usable flutter widgets to query and display data from the firestore to our flutter application. It is generic widgets so we have to pass type of the data to be displayed.

  • To use this widgets we have to first create a model class of the document of the collection and fromMap method to parse the data

Builder

  • We have to pass the collection path and also the builder to parse the data And also we can pass firestore query to queryBuilder parameter as

Widget

About

Simple re-usable widgets that query data from firebase with pagination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published