getwidget 2.1.1
getwidget: ^2.1.1 copied to clipboard
GetWidget is open source library that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
Changelog #
2.1.1 - 2022-06-02 #
Fixed #
- Fallback to flutter 2.* because of version issues
- Next release will support flutter 3
2.1.0 - 2022-05-30 #
Fixed #
- Migrated to Flutter 3.0.0.
- Option for adding preselected values in MultiSelect dropdown widget.
- WidgetBinding instances null check issue fixed.
- GFTextField migrated to null nullsafety and now enabled.
- New GFTextField widgets added : GFTextFieldRounded, GFTextFieldSquared, GFTextFieldPill.
- Added Prefix Icon option for GFTextField widgets.
2.0.5 - 2022-02-21 #
Fixed #
- Added GFDrawer Header centerAlign option
- Added border for GFCarousel
- Added divider height option for GFTypography
- Added font weight option for GFTypography
- Added width parameter for GFTabBar
2.0.4 - 2021-08-23 #
Fixed #
- GFCarousal pagination issue fixed.
- GFIconBadge icon issue fixed.
- GFToast issue fixed.
1.2.4 - 2020-11-12 #
1.2.2 - 2020-10-02 #
1.1.3 - 2020-07-30 #
Fixed #
- [GFAppBar] clear button does not fire onChanged #149
- [GFCarousel] initialPage Not Honored if Page Indicators Enabled. #144
- [GFCarousel] timer of the autoPlay is not disposed #143
- [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
- [GFTabBar] Docs say about isScrollable which is not supported #132
Added #
- couple of compoenents (WIP)
- GFCheckboxTile
- GFRadioTile