shadcn_flutter icon indicating copy to clipboard operation
shadcn_flutter copied to clipboard

Shadcn/UI ported to Flutter (Unofficial)

Results 71 shadcn_flutter issues
Sort by recently updated
recently updated
newest added

Fixed the refreshing widget when every text input.

Very nice job! Why this and not collab with that? https://pub.dev/packages/shadcn_ui

Is there any reason why you choose the name TextField instead of CnTextField Switch instead of CnSwitch. Same name as in Flutter creates lots of issues in the vscode autocomplete....

[country_flags](https://pub.dev/packages/country_flags) is a package used for phone input to display country flags. Currently, it has an issue with [flag caching](https://github.com/arturograu/country_flags/issues/38). I made a [PR](https://github.com/arturograu/country_flags/pull/40), but I don't think it's going...

bug
P1

Some APIs/Widgets are missing documentation. (At least 20% of the code need to have documentation, but I'm aiming for more).

documentation
help wanted
P3

I propose to expand the functionality of these components: 1. Add a color change to the App Bar and Navigation Bar. if there are elements behind. If there are no...

enhancement
P2

Need to update: - [ ] radio group - [ ] text input (formerly input) Need to add: - [ ] Linear progress - [ ] Multiselect - [ ]...

documentation
P3

Currently, there can only be 1 form value supplier under the form row, supplying more than one would overwrite the existing form value stored in the form container. I plan...

enhancement
P2

Its unclear what to put in the `FormRow` /`FormInline` parameter type. Not giving `FormRow`/`FormInline` would set it to dynamic and could cause any value being stored in the form container....

documentation
P2

I don't know if there is such a thing here, but in [forui](https://forui.dev/docs/themes#customize-themes) I saw the ability to customize the style of each component directly from the application theme. In...

enhancement
P3