---
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 latest flutter version in stable channel on branch master. If you are using beta or master channel, or you are not using latest flutter version in stable channel, you may experience error.
## Pre-launch Checklist
- [] I have updated `CHANGELOG.md` with my changes in the next section
- [] I have run "dart format ." on the project
- [] I have added/updated relevant documentation
- [] I have run `flutter test` and `flutter analyze` and it passed successfully