getwidget 4.0.0 getwidget: ^4.0.0 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 #
4.0.0 - 2023-08-24 #
- Added padding and margin properties for gf_search_bar
- Added drag option for circular progress bar in gf_progress_bar
- Replaced topbar with content parameter in gf_alert
- Fixed social buttons assets issue
- Fixed alignment issue for gf_toggle text
- Fixed shadow issue for gf_list_tile when no color passed
- Updated Readme
3.1.1 - 2023-04-14 #
- Code formatted for better score
3.1.0 - 2023-04-14 #
- Added drag functionality for Linear progress bar
- Added validation in multiselect widget, GF-CheckBox, GF-Radio, GF-DropDown
- GF-Alert design updated and made it more customizable
- Fixed text crop issue in GF-Toggle
- Added the async function for search query
- Mouse support for GF-Carousel
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