getwidget 7.0.0
getwidget: ^7.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 #
7.0.0 - 2025-09-09 #
π Features #
- Extended color options in the colors folder (#367).
- Improved code formatting and readability in
GFCard
widget (#368). - Set appropriate default hint values for
GfFormField
hint texts (#350).
π Bug Fixes #
- Fixed spelling of 'accordion' and anchor link for documentation in README (#349).
- Fixed:
enableFeedback
can't be null (#364). - Fixed direct reference to
CardThemeData
for Flutter version compatibility (#366). - Fixed build issues on Flutter 3.35.0 (#371).
- Fixed color for social color Pinterest.
π¨ Refactors #
- Removed deprecated lint hints (#341).
- Multiple PR merges resolving conflicts and improving stability (#373, #374, #372, #375).
π Compatibility #
β οΈ Breaking Changes #
- Please review the merged PRs and migration guides for any breaking changes impacting the upgrade from v6.x.x to v7.0.0.
See the GitHub Pull Requests and Commits for more details.
6.0.0 - 2025-02-25 #
- Upgrade compatibility with Flutter 3.29.0
5.0.0 - 2024-12-18 #
- Change type from CardTheme to CardThemeData in response to breaking change in flutter 3.27.
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