mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-18 13:07:24 +00:00
AppFlowy UI Example
This example demonstrates how to use the appflowy_ui
package in a Flutter application.
Getting Started
To run this example:
- Ensure you have Flutter installed and set up on your machine
- Clone this repository
- Navigate to the example directory:
cd example
- Get the dependencies:
flutter pub get
- Run the example:
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 filepubspec.yaml
: Project dependencies and configuration
Additional Resources
For more information about the AppFlowy UI package, please refer to:
- The main package documentation
- AppFlowy Website
- AppFlowy GitHub Repository