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:
    cd example
    
  4. Get the dependencies:
    flutter pub get
    
  5. 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 file
  • pubspec.yaml: Project dependencies and configuration

Additional Resources

For more information about the AppFlowy UI package, please refer to: