Camellia
A Efficient and simple Flutter UI component library
Read Document »
Github
·
Issues
·
简体中文
⚠️ Warning: This project is currently in the testing phase. Many component functions are not yet complete, and some components may undergo significant incompatible changes such as name modifications. It is recommended to use this library officially after version 2.0.
Install
Run this command:
With Flutter:
flutter pub add camellia
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
camellia: ^1.0.4
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Libraries
- entity/common
- icons/camellia_icon
- theme/simple/dark
- theme/simple/light
- widgets/chart/chart_line
- widgets/chart/chart_pie
- widgets/display/card
- widgets/display/data_list
- widgets/display/divider
- widgets/display/empty
- widgets/display/image
- widgets/display/logger
- widgets/display/message
- widgets/display/random_bg
- widgets/display/table
- widgets/display/text_gradient
- widgets/display/text_title
- widgets/display/tree
- widgets/display/tree_file
- widgets/form/form_body
- widgets/form/form_checkbox
- widgets/form/form_input
- widgets/form/form_list
- widgets/form/form_list_editor
- widgets/form/form_radio
- widgets/form/form_select
- widgets/form/form_switch
- widgets/form/form_text_select
- widgets/layout/dialog_alert
- widgets/layout/dialog_basic
- widgets/layout/dialog_full
- widgets/layout/panel
- widgets/layout/tab_view
- widgets/layout/tile_view
- widgets/operator/link_text
- widgets/operator/search