fastyle_dart 0.10.0 copy "fastyle_dart: ^0.10.0" to clipboard
fastyle_dart: ^0.10.0 copied to clipboard

discontinued
outdated

A new Flutter package project.

CHANGELOG #

0.10.0 (2020-09-19) #

Features #

  • Added predefined sizedboxes.

Enhancements #

  • Made isPending parameter of FastWelcomeViewController optional.

Fixes #

  • Fixed wrong indentation for the FastItem's description.

0.9.0 (2020-09-03) #

Features #

  • Implemented ListNavigationListView
  • [SearchBar] Implemented fuzzy search.
  • Implemented Welcome view.
  • Implemented Welcome Page.
  • Implemented Welcome view controller.

Enhancements #

  • Improved margins/paddings consistency.
  • Added missing color helper methods.
  • Minor improvements.

Fixes #

  • Fixed wrong status bar color.
  • [RaiseButton] Make sure it uses the primary color as default color.
  • [NavigationListView] Avoid to clear the suggestions when the selection change.

0.8.0 (2020-06-25) #

Features #

  • Implemented ListNavigationListView
  • Implemented FastSearchBar
  • Implemented treebounce indicator
  • Manage focus at app level

Enhancements #

  • Minor improvements

Fixes #

  • Fix bad padding values

0.7.5 (2020-06-25) #

Enhancements #

  • Minor improvements

0.7.4 (2020-06-25) #

Enhancements #

  • Minor improvements

0.7.3 (2020-06-13) #

Enhancements #

  • [ListItem] Change default padding between the leading and title widgets.

0.7.2 (2020-06-13) #

Features #

  • Darken tertiary label color.

0.7.1 (2020-06-12) #

Fixes #

  • Rebuild the selectable list when the selection changes.

0.7.0 (2020-05-31) #

Features #

  • Add FastArticle Widget.
  • Add FastParagraph Widget.
  • Add FastLink Widget.
  • Add FastUrlLink Widget.

0.6.3 (2020-05-27) #

Fixes #

  • Place the children of a fast list view at the start edge

0.6.2 (2020-05-27) #

Fixes #

  • Makes sure the children of a fast list view till the cross axis.

0.6.1 (2020-05-24) #

Features #

  • Allow to pass a FastThemeBloc to a FastApp widget.

0.6.0 (2020-05-18) #

Features #

  • Add header and footer spots to the section page.
  • Allow to change the text color of the section page.
  • Add List view widget.

Fixes #

  • Make sure the status bar brightness matches the app theme.
  • Add a default theme mode.
  • Fix home page when there is no description text.

0.5.0 (2020-05-02) #

  • Initial Version.