camellia 1.0.7
camellia: ^1.0.7 copied to clipboard
This is a simple and easy-to-use Flutter component library that can be seamlessly integrated into applications, whether they are mobile or desktop-based.
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.