lean_ui_kit
We are building a small ui_kit for us and we are happy to share with you. We hope is will be usefull. :)
widgets:
- LeanButton
- LeanContainer
- LeanContainerScrollable
- LeanText
- LeanHeading
- LeanScaffold
- LeanSpacedColumn
- LeanSpacedRow
- LeanIcon
- LeanTextField
- LeanProgressBar
- LeanContainerScrollableSearchable (i like that one)
screens:
- LeanScreen
- LeanListScreen
theming:
We wrote our own theming idea; A little bit for practise, a little bit because i think some theming things are easier with it.
- Use AppThemeAccess.init({required AppTheme theme}) to enable theming.
- AppThemeAccess.theme to access current theme.
- We have predefined theme for free use. (LeanAppTheme)
- Darkmode is supported but optional.
Libraries
- app_theme
- app_theme_access
- color_set
- color_tuple
- lean_app_theme
- lean_checkbox
- lean_color_set
- lean_container
- lean_container_scrollable
- lean_container_scrollable_searchable
- lean_heading
- lean_heading_size_set
- lean_icon
- lean_list_heading_screen
- lean_list_screen
- lean_progress_bar
- lean_scaffold
- lean_screen
- lean_space
- lean_spaced_column
- lean_spaced_row
- lean_stateful_list_heading_screen
- lean_stateful_list_screen
- lean_stateful_screen
- lean_text
- lean_text_field
- lean_text_size_set
- main
- text_size_set