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.
 
 
 
 
 

34 lines
1.1 KiB

---
name: Issue template
about: Common things to fill
title: "[Web] or [Mobile] or [Desktop]"
labels: ''
assignees: ''
---
My issue is about [Web]
My issue is about [Mobile]
My issue is about [Desktop]
I have tried running `example` directory successfully before creating an issue here.
Please note that we are using <b>latest</b> flutter version in stable channel on branch master. If you are using beta or master channel, or you are not using <b>latest</b> flutter version in stable channel, you may experience error.
## Pre-launch Checklist
<!-- Mark all that applies with `x` -->
- [] I have updated `CHANGELOG.md` with my changes in the next section <!-- REQUIRED -->
- [] I have run "dart format ." on the project <!-- REQUIRED -->
- [] I have added/updated relevant documentation <!-- REQUIRED -->
- [] I have run `flutter test` and `flutter analyze` and it passed successfully <!-- REQUIRED -->
<!-- Please explain how to encounter the issue in details if possible -->
<!-- Don't forgot to mention the platform you are testing in -->
<!-- Insert your images here if possible -->
<!-- Images: -->
<!-- Add short video that showcase the problem will help -->