Skip to content

kai-tw/flutter_ui_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a UI kit that shares Flutter components through my projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages