mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-25 01:02:10 +08:00
21 lines
437 B
Markdown
21 lines
437 B
Markdown
# Rive Flutter Example
|
|
|
|
A demo application showcasing Rive Flutter.
|
|
|
|
## Getting Started
|
|
|
|
Clone this repository:
|
|
```bash
|
|
git clone https://github.com/rive-app/rive-flutter
|
|
```
|
|
|
|
Run the example:
|
|
|
|
```bash
|
|
cd rive-flutter/example
|
|
flutter pub get
|
|
flutter run
|
|
```
|
|
|
|
### Flutter Installation Instructions
|
|
If you're new to [Flutter](https://flutter.dev), see the official [installation instructions](https://docs.flutter.dev/get-started/install). |