This is a UI kit that shares Flutter components through my projects.
Features
It's a collection of some common used widgets.
Usage
Just use them like other Flutter components.
class SimpleWidget extends StatelessWidget {
const SimpleWidget({super.key});
@override
Widget build(BuildContext context) {
return AppVersion();
}
}
Widget List:
- AppVersion: It will automatically get your app version and display with OS icon and version (x.x.x).
- DateTimePickerField: A form field that can pick a date and time by clicking it.
- DatePickerField: A form field that can pick a date by clicking it.
Libraries
- kai_tw_ui_kit
- Support for doing something awesome.