Branches that submit new widgets should be named 'feature-' + widget name. Fixing issues need to be prefixed with 'bugfix-'
The submitted widgets need to be general. If the widget is rare or not sure whether it needs to be added to FLUI, you can raise a issue which starts with [feature] for discussion
The API design of the new widget is as standard and readable as possible, following the naming and usage rules of Flutter's official widgets.
Please comment above properties and methods how to use it so that I can add to the documentation and examples.
Commit messages: prefix with feat | fix | docs | style | refactor | perf | test | workflow | ci | chore | types:.