grid_flutter 0.1.0
grid_flutter: ^0.1.0 copied to clipboard
Flutter bindings for flutter_grid. Provides GridBuilder (reactive widget), GridDataSource implementations (REST via Dio, stream, in-memory), and the GridPage / GridQuery models for server-side pagination.
0.1.0 #
- Initial release.
GridBuilder<T>— reactive widget that rebuilds on controller changes.GridDataSource<T>implementations:MemoryDataSource,StreamDataSource,RestDataSource(Dio-based, handlesx-total-countheader and body total).- Fix:
_isFetchingguard prevents infinite re-fetch loop whensetDatatriggers a listener notification. - Fix:
GridBuildernow propagatesGridPage.totalPagesto the controller viasetDataWithPageCount, so server-side pagination displays the correct page count.