You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Please state here what is currently happening. -->
4
+
5
+
**Expected Behaviour**
6
+
7
+
<!-- State here what the feature should enable the user to do. -->
8
+
9
+
**Steps to reproduce it**
10
+
11
+
<!-- Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code. -->
12
+
13
+
**LogCat for the issue**
14
+
15
+
<!-- Provide logs for the crash here -->
16
+
17
+
**Screenshots of the issue**
18
+
19
+
<!-- Where-ever possible add a screenshot of the issue. -->
20
+
21
+
**Would you like to work on the issue?**
22
+
23
+
<!-- Let us know if this issue should be assigned to you or tell us who you think could help to solve this issue. -->
Fixes #<!-- Add issue number here. This will automatically close the issue. If you do not solve the issue entirely, please change the message to e.g. "First steps for issues #IssueNumber" -->
2
+
3
+
## Changes
4
+
<!-- Add here what changes were made in this pull request and if possible provide links. -->
5
+
6
+
## Screenshots / Recordings
7
+
<!-- Add screen shots/screen recordings of the layout where you made changes or a `*.gif` containing a demonstration. Fill "> N/A" if the change is not a UI fix. -->
8
+
9
+
**Checklist**: <!-- Please tick following check boxes with `[x]` if the respective task is completed -->
10
+
- [ ] **No hard coding**: I have used values from `constants.dart` or localization files instead of hard-coded values.
11
+
- [ ] **No end of file edits**: No modifications done at end of resource files.
12
+
- [ ] **Code reformatting**: I have formatted the code using `dart format` or the IDE formatter.
13
+
- [ ] **Code analysis**: My code passes checks run in `flutter analyze` and tests run in `flutter test`.
0 commit comments