getwidget 7.0.2
getwidget: ^7.0.2 copied to clipboard
GetWidget is an open-source Flutter UI Kit with 1,000+ production-ready widgets (buttons, cards, carousels, forms, and more). Maintained since 2017 by the team at getwidget.dev.
Changelog #
7.0.2 - 2026-05-24 #
📝 Documentation #
- README: pointed the "Hire Flutter developers" pillar-guide anchor at the sister staffing brand
hireflutterdev.com(the canonical surface for that buyer cluster). - README: strengthened the "Built by" entry to the commercial anchor variant
HireFlutterDev — hire dedicated Flutter developers.
No runtime code changes in this release.
7.0.1 - 2026-05-22 #
📝 Documentation #
- Rewrote
pubspec.yamldescription for clarity, grammar, and pub.dev discoverability ("1,000+ production-ready Flutter widgets, maintained since 2017"). - README: added recency banner, "Why GetWidget" section, and a 6-question FAQ (maintained status, Material/Cupertino comparison, commercial use, Flutter SDK compatibility, maintainers, support channels).
- LICENSE: updated copyright years from
2020to2017-2026for both copyright holders.
No runtime code changes in this release.
7.0.0 - 2025-09-09 #
🚀 Features #
- Extended color options in the colors folder (#367).
- Improved code formatting and readability in
GFCardwidget (#368). - Set appropriate default hint values for
GfFormFieldhint texts (#350).
🐛 Bug Fixes #
- Fixed spelling of 'accordion' and anchor link for documentation in README (#349).
- Fixed:
enableFeedbackcan't be null (#364). - Fixed direct reference to
CardThemeDatafor 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