fluttils 4.0.0
fluttils: ^4.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
4.0.0 - 2022-03-08 #
Added #
MappedListViewwidgetshortfactory constructor toSplashScreenwidgetprovideras a dependencyFutureBuilderandStreamBuildernow support error handling with error and stacktrace
Changed #
- Make all widgets available as constants
TapOutsideToUnfocusis now calledContextUnfocuserVisibilitywidget is now controlled by aVisibilityLevelSplashScreenwidget now builds the result in-place instead of pushing a new routeTextwidget now supportsTextAlignas parameterHeightandWidthsingle-parameters are now default to zero instead of infinity
Removed #
GroupwidgetSimpleSplashScreenwidgetOnDemandListViewwidget- Prefix "Simple" from widgets, preferring an import alias as alternative
- Default values for button texts on custom dialogs
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