getwidget
getwidget copied to clipboard
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
Hello In the Readme file in the table of contents, there is a link for documentation: [Documentation](https://github.com/ionicfirebaseapp/getwidget#documentation) but it seems to be wrong and does not work and should be...
Issue - #348 & #347 Fixed Typo from "[Flutter Accordian Widget]" to "[Flutter Accordion Widget]" Fixed anchor link for Documentation in ReadMe
The labelPadding property of the GFTabBar/GFSegmentTabs component does not work getwidget version 4.0.0 is currently used The labelPadding property should be set to the TabBar sync
set percentage to GFProgressBar has no effect . the GFProgressBar always show with percentage 0.5 GFProgressBar( type: GFProgressType.circular, radius: 30, backgroundColor: Colors.white, percentage: 1, // has no effect circleWidth: 3,...
**Describe the bug** I'm using version getwidget: ^4.0.0. The GFAccordion component I added does not appear properly when the padding screen under the title is first opened. When I turn...
'list_remove_unrelated_type' and iterable_contains_unrelated_type are deprecated and replaced by 'collection_methods_unrelated_type'
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** flutter for web After using your GFMultiSelect, it will overflow if there are too many items. How to set it to slide up and down? **To Reproduce**...