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
*Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change. If you're changing visual properties, consider including before/after screenshots (and runnable code snippets to reproduce them).*
4
+
5
+
## Related Issues
6
+
7
+
*Replace this paragraph with a list of issues related to this PR from our [issue database]. Indicate, which of these issues are resolved or fixed by this PR.*
8
+
9
+
## Checklist
10
+
11
+
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process.
12
+
13
+
-[ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
14
+
-[ ] My PR includes tests for *all* changed/updated/fixed behaviors (See [Test Coverage]).
15
+
-[ ] All existing and new tests are passing.
16
+
-[ ] I updated/added relevant documentation (doc comments with `///`).
17
+
-[ ] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR.
18
+
-[ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
19
+
-[ ] I signed the [CLA].
20
+
-[ ] I am willing to follow-up on review comments in a timely manner.
21
+
22
+
## Breaking Change
23
+
24
+
Does your PR require Flutter developers to manually update their apps to accommodate your change?
25
+
26
+
-[ ] Yes, this is a breaking change (Please read [Handling breaking changes]).
[Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
0 commit comments