fire_crud_flutter 1.2.17+1
fire_crud_flutter: ^1.2.17+1 copied to clipboard
Purpose built collection widgets for easily displaying your data via fire_crud
1.2.17 #
- Fixes for FireLists, ModelLists
1.2.16 #
- Update api constraint
1.2.15 #
- Add locals to pylon flags
1.2.14 #
- Fix failed builder on sliver versions of fireLists, fireGrids, modelGrids, and modelLists to not build as a sliver.
1.2.13 #
- Loading Sliver fixes
1.2.12 #
- Sliver Fixes
1.2.10 #
- Cleanup
- Experimental use of absolute model lists inside of model lists & grids if the child count is lower than 32 by default.
1.2.9 #
- Pylon Streams with mutable pylons
1.2.8 #
- More Sliver Fixes
1.2.7 #
- Sliver Fixes
1.2.6 #
- BREAKING: Rename Data(List|Grid|Wrap|Column|Row|View) to Model(List|Grid|Wrap|Column|Row|View) to avoid material class name conflicts.
1.2.5 #
- Lots of fixes for new data api
- Added DataList (and DataSliverList)
- Added DataGrid (and DataSliverGrid)
- Added DataRow and DataColumn
- Added DataWrap
- Added DataView