flutter_fit_utils_ui 1.10.1
flutter_fit_utils_ui: ^1.10.1 copied to clipboard
A flutter package that offers pre-built UI components to build your UI faster. This package is part of the flutter_fit_utils environement.
1.0.0 #
- Added FitText
- Added FitButton
- Added FitDiaporama
- Added FitForm
- Added FitImageCard
- Added FitLoadingIndicator
- Added FitPage
- Added FitTextInput
- Added FitTheme
- Added FitChip
- Added FitRadioChips
- Added FitLoadingHandler
- Added FitMenu
- Added FitRuleValidator
- Added FitRadioCards
- Added Settings widgets
- Added FitSort
- Added FitSwipeable
- Added FitTextIcon
1.1.0 #
- Add trailing and leading widget support for FitSettingItem
1.1.1 #
- Fixed danger setting item (Would not change color)
1.2.0 #
- Added floating action button to FitPage
1.2.1 #
- FitButtons now take their height from ButtonTheme.height
1.2.2 #
- Changed the base text style of FitText.button from bodyLarge to labelLarge
1.2.3 #
- FitTextInputs now use TextTheme.bodyMedium to set the style of it's value
1.2.4 #
- Added leading widget to FitSettingCruncher
1.2.5 #
- Added a refresh indicator to FitPage
1.2.6 #
- Added FitDialog
- Updated README
1.2.7 #
- Fixed the width of the confirmation button of FitDialogs
1.2.8 #
- Added return to FitDialog.show()
1.2.9 #
- Fix FitPage layout
1.3.0 #
- Added crossAxisAlignment and mainAxisAlignment parameters to FitPage.
1.3.1 #
- Fixed FitPage alignment.
1.3.2 #
- Fixed FitPage scrolling.
1.3.3 #
- Fixed FitPage not showing FABs.
1.4.0 #
- Added textColor option to FitImageCard.
1.5.0 #
- Added possibility to change the background color of FitButton.
1.6.0 #
- Updated FitPage's scroll parameters.
1.7.0 #
- Added FitMenuThemeData.
1.7.1 #
- Added a floating action button location parameter to FitPage.
1.7.2 #
- Added disabled property to FitMenuItem.
1.7.3 #
- Fixed a bug where FitMenuItems where disabled by default.
1.7.4 #
- Removed BoxShadow on FitImageCards.
1.7.5 #
.
1.7.6 #
- Updated dependencies.
1.7.7 #
- Added the possibility to display a custom widget inside FitLoadingIndicator.
1.7.8 #
- FitTextInputs now automatically unfocused themselves when the user's taps outside of them.
- Fixed multiple warnings due to deprecations.
1.7.9 #
- Added a new constructor to FitButton.
1.7.10 #
- Added possibility to set a FitButton's width automatically through ButtonThemeData.minWidth.
1.7.11 #
- Fixed a bug where FitTextInput would crash on web.
1.8.0 #
- Added FitTheme.maybeOf
- Added StatusLoadingIndicator to be used inside FitLoadingHandler
- Added render options to FitLoadingHandler
1.9.0 #
- Fixed StatusLoadingIndicator's height.
1.10.0 #
- Removed dependency to flutter_fit_utils.
1.10.1 #
- Added the boxFit parameter to FitDiaporama.