lean_ui_kit 1.3.1 copy "lean_ui_kit: ^1.3.1" to clipboard
lean_ui_kit: ^1.3.1 copied to clipboard

A small ui_kit with basic components like Buttons, Rows, Columns, Containers and a developed theming idea.

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.
2
likes
70
pub points
0%
popularity

Publisher

unverified uploader

A small ui_kit with basic components like Buttons, Rows, Columns, Containers and a developed theming idea.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on lean_ui_kit