mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-19 13:37:37 +00:00
42 lines
927 B
Markdown
42 lines
927 B
Markdown
![]() |
# AppFlowy UI Example
|
||
|
|
||
|
This example demonstrates how to use the `appflowy_ui` package in a Flutter application.
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
To run this example:
|
||
|
|
||
|
1. Ensure you have Flutter installed and set up on your machine
|
||
|
2. Clone this repository
|
||
|
3. Navigate to the example directory:
|
||
|
```bash
|
||
|
cd example
|
||
|
```
|
||
|
4. Get the dependencies:
|
||
|
```bash
|
||
|
flutter pub get
|
||
|
```
|
||
|
5. Run the example:
|
||
|
```bash
|
||
|
flutter run
|
||
|
```
|
||
|
|
||
|
## Features Demonstrated
|
||
|
|
||
|
- Basic app structure using AppFlowy UI components
|
||
|
- Material 3 design integration
|
||
|
- Responsive layout
|
||
|
|
||
|
## Project Structure
|
||
|
|
||
|
- `lib/main.dart`: The main application file
|
||
|
- `pubspec.yaml`: Project dependencies and configuration
|
||
|
|
||
|
## Additional Resources
|
||
|
|
||
|
For more information about the AppFlowy UI package, please refer to:
|
||
|
|
||
|
- The main package documentation
|
||
|
- [AppFlowy Website](https://appflowy.io)
|
||
|
- [AppFlowy GitHub Repository](https://github.com/AppFlowy-IO/AppFlowy)
|