fluttils 3.0.0
fluttils: ^3.0.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.
⚠️ represents a breaking change
3.0.0 2021-10 #
Changed #
- Make static factory methods for
SimpleFutureBuilderandSimpleStreamBuilder positiveTextandnegativeTextnow are non-nullable (default to YES and NO, respectively)
2.1.2 - 2021-10-11 #
Fixed #
- Consider null and void as return types of
SimpleFutureBuilderandSimpleStreamBuilder
1.4.5 - 2021-04-01 #
1.4.4 - 2021-04-01 #
Added #
- More widget tests
Changed #
- ⚠️
onBuildparameter ofindexedconstructor ofOnDemandListViewis now positional - Enforce widget types (
SimpleStreamBuilderis now aStreamBuilder,SimpleFutureBuilderis now aFutureBuilder)
Fixed #
SimpleStreamBuildernow displays its progress indicator correctly
1.4.3 - 2021-03-31 #
Added #
- More widget tests
Changed #
- Enforce widget types (
SimpleStackis now aStack;SafeScaffoldis now aSafeArea;OnDemandListViewis now aListView;SimpleVisibilityis now aVisibility;SplashScreenis now aFutureBuilder)
Fixed #
- ⚠️
floatingActionBarparameter ofSafeScaffoldis renamed tofloatingActionButton
1.4.2 - 2021-03-31 #
Added #
FontStyleattribute toStyledText- Widget tests for
StyledText,SimplePadding,WidthandHeight - Travis and Codecov badges to README.md
Changed #
valueparameter ofWidthandHeightnow is optionalsizeextension property ofBuildContextUtilsis nowscreenSize
Fixed #
- Not using the
fontSizeparameter ofStyledTextnow is valid
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