fluttils 1.4.3 copy "fluttils: ^1.4.3" to clipboard
fluttils: ^1.4.3 copied to clipboard

outdated

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.3 - 2021-03-31 #

Added #

  • More unit tests

Changed #

  • Enforce widget types (SimpleStack is now a Stack; SafeScaffold is now a SafeArea; OnDemandListView is now a ListView; SimpleVisibility is now a Visibility; SplashScreen is now a FutureBuilder)

Fixed #

  • ⚠️ floatingActionBar parameter of SafeScaffold is renamed to floatingActionButton

1.4.2 - 2021-03-31 #

Added #

  • FontStyle attribute to StyledText
  • Unit tests for StyledText, SimplePadding, Width and Height
  • Travis and Codecov badges to README.md

Changed #

  • value parameter of Width and Height now is optional
  • size extension property of BuildContextUtils is now screenSize

Fixed #

  • Not using the fontSize parameter of StyledText now is valid

1.4.1 - 2021-03-31 #

Added #

  • physics parameter to OnDemandListView
  • Examples to README.md and example/README.md

Changed #

  • ⚠️ builder parameters from SimpleFutureBuilder and SimpleStreamBuilder now receives a BuildContext
  • ⚠️ stream and future named parameters from SimpleFutureBuilder and SimpleStreamBuilder are now positional
  • SplashScreen is now a StatelessWidget
  • Documentation improved

Fixed #

  • int attribute on StyledText to represent a fontSize is now valid

1.4.0 - 2021-03-31 #

Added #

  • Height and Width widgets
  • SafeScaffold widget
  • SimpleStack widget
  • Documentation for SimpleFutureBuilder and SimpleStreamBuilder properties

Changed #

  • Default value of indicator parameter from SimpleFutureBuilder and SimpleStreamBuilder now is Center(child: CircularProgressIndicator()) instead of CircularProgressIndicator()

Fixed #

  • stream parameter from SimpleStreamBuilder is now being used

1.3.0 - 2021-03-30 #

Added #

  • SplashScreen and SimpleSplashScreen widgets

Changed #

  • StyledText now supports a align parameter (equivalent to textAlign)

Fixed #

  • Dummy function in public API

1.2.0 - 2021-03-29 #

Added #

  • SimplePadding widget
  • example/README.md file

Changed #

  • Dialog functions now use TextButton instead of FlatButton
  • README.md examples now appears in example/README.md file

1.1.0 - 2021-03-29 #

Changed #

  • ⚠️ onBuild argument of OnDemandListView widget is now positional instead of named

1.0.1 - 2021-03-29 #

Added #

  • LICENSE file

Changed #

  • README now contains examples and a more detailed package description

Removed #

  • author section from pubspec.yaml

1.0.0 - 2021-03-29 #

Added #

  • StyledText widget
  • SimpleFutureBuilder and SimpleStreamBuilder widgets
  • SimpleVisibility widget
  • TapOutsideToUnfocus widget
  • OnDemandListView widget
  • colors constant
  • showSimpleDialog and showBinaryDialog functions
  • asap function
  • BuildContextUtils extension
3
likes
0
points
21
downloads

Publisher

verified publisherbeetsoftware.com

Weekly Downloads

A package that contains utility widgets and functions for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fluttils