fluttils 1.4.0
fluttils: ^1.4.0 copied to clipboard
A package that contains utility widgets and functions for Flutter.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.0 - 2021-03-31 #
Added #
HeightandWidthwidgetsSafeScaffoldwidgetSimpleStackwidget- Documentation for
SimpleFutureBuilderandSimpleStreamBuilderproperties
Changed #
- Default value of
indicatorparameter fromSimpleFutureBuilderandSimpleStreamBuildernow isCenter(child: CircularProgressIndicator())instead ofCircularProgressIndicator()
Fixed #
streamparameter fromSimpleStreamBuilderis now being used
1.3.0 - 2021-03-30 #
1.2.0 - 2021-03-29 #
1.1.0 - 2021-03-29 #
Changed #
onBuildargument ofOnDemandListViewwidget is now positional instead of named