fastyle_dart 0.22.0-beta.6 copy "fastyle_dart: ^0.22.0-beta.6" to clipboard
fastyle_dart: ^0.22.0-beta.6 copied to clipboard

discontinued
outdated

A new Flutter package project.

CHANGELOG #

0.22.0-beta.6 (2021-04-21) #

Features #

  • Added FastExpansionPanel Widget.

0.22.0-beta.5 (2021-04-19) #

Enhancements #

  • Minor fix and performance improvements.

0.22.0-beta.4 (2021-04-11) #

Enhancements #

  • Minor fix and performance improvements.

0.22.0-beta.3 (2021-04-11) #

Enhancements #

  • Refactor HomePage.

0.22.0-beta.2 (2021-04-09) #

Fixes #

  • Fix regression #a5feb00289de0125811dab5737b45c7c1e52198e

0.22.0-beta.1 (2021-04-09) #

Fixes #

  • Center vertically Fastlink text.

0.22.0-beta.0 (2021-04-08) #

Enhancements #

  • Support tbloc_dart 0.15.0-beta.0

0.21.0 (2021-04-08) #

Features #

  • Allow to add some padding to FastShadowLayout.
  • Add FastDivider Widget.

0.20.4 (2021-04-04) #

Enhancements #

  • Minor fix and performance improvements.

0.20.3 (2021-04-04) #

Enhancements #

  • Allow to add some padding to the list views.
  • Minor fix and performance improvements.

0.20.2 (2021-04-02) #

Enhancements #

  • Minor fix and performance improvements.

0.20.1 (2021-03-30) #

Enhancements #

  • Add app default theme.

0.20.0 (2021-03-28) #

Enhancements #

  • Big clean up.

0.12.0-nullsafety.0 (2021-03-08) #

Enhancements #

  • Supports sound null safety.
  • Minor fix and performance improvements.

Breaking Changes #

  • Renames function normalizeText to normalizeTextByRemovingDiacritics.
  • Renames value property to valueText.

0.11.9 (2020-12-18) #

Enhancements #

  • Updated tbloc_dart dependency.

0.11.8 (2020-12-02) #

Enhancements #

  • Minor fix and performance improvements.

0.11.7 (2020-11-25) #

Enhancements #

  • Minor fix and performance improvements.

0.11.6 (2020-11-24) #

Enhancements #

  • Added default font family fallbacks.

0.11.5 (2020-11-17) #

Enhancements #

  • Minor fix and performance improvements.

0.11.4 (2020-11-16) #

Enhancements #

  • Minor fix and performance improvements.

0.11.3 (2020-11-14) #

Enhancements #

  • Minor fix and performance improvements.

0.11.2 (2020-11-11) #

Enhancements #

  • Added selectedIndex property to the FastFieldSegmentField.
  • Added valueTextColor and showHelperBoundaries properties to the FastReadOnlyTextField.
  • Added suffixIcon and suffixIconConstraints properties to the FastNumberField.
  • Minor performance improvements.

Fixes #

  • [FastSearchPage] Hide the clear selection button.

0.11.1 (2020-10-19) #

Enhancements #

  • Update tbloc_dart dependency.

0.11.0 (2020-10-19) #

Enhancements #

  • The search logic also uses the description text.
  • Update Light and Dark themes.
  • Update dependencies.
  • Minor performance improvements.

Features #

  • Added notification center service.
  • Added the titleColor property to FastCard.
  • Added the initialValue property to number and text fields.
  • Added the initialTabIndex property to SelectField.
  • Added the tabAllCategoryText property to SelectField.
  • Added the textEditingController property to NumberField.
  • added the isEnabled property to NumberField.
  • Allow to sort CategoryTabs by weight.
  • Allow to throttle buttons.
  • Made Fast texts selectable.

Fixes #

  • Fixed wrong indentation with FieldLayout.

0.10.1 (2020-09-20) #

Enhancements #

  • Minor improvements.

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.