fluttils 1.4.1
fluttils: ^1.4.1 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.
⚠️ represents a breaking change
1.4.1 - 2021-03-31 #
Added #
physicsparameter toOnDemandListView- Examples to README.md and example/README.md
Changed #
- ⚠️
builderparameters fromSimpleFutureBuilderandSimpleStreamBuildernow receives aBuildContext - ⚠️
streamandfuturenamed parameters fromSimpleFutureBuilderandSimpleStreamBuilderare now positional SplashScreenis now aStatelessWidget- Documentation improved
Fixed #
intattribute onStyledTextto represent afontSizeis now valid
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