Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
495 B

# Demo
This is just a demo of Flutter Quill
## Screenshots
<img src="./assets/images/screenshot_1.png" width="150" alt="Screenshot 1">
<img src="./assets/images/screenshot_2.png" width="150" alt="Screenshot 2">
<img src="./assets/images/screenshot_3.png" width="150" alt="Screenshot 3">
<img src="./assets/images/screenshot_4.png" width="150" alt="Screenshot 4">
## Development notes
- When changing the `assets` please run:
```
dart run build_runner build --delete-conflicting-outputs
```