-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New improvemenets and documentation (#1443)
- Loading branch information
Showing
19 changed files
with
263 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Pull Request | ||
|
||
## Description | ||
|
||
Provide a brief description of your changes. | ||
|
||
## Issues | ||
|
||
<!-- Remove this if your pull request address changes other than existing issues --> | ||
Closes #IssueNumber | ||
(Replace "IssueNumber" with the actual issue number you are addressing.) | ||
|
||
## Improvements | ||
<!-- Please tell us the improvemenets you made in a list --> | ||
|
||
<!-- Example: --> | ||
- Improve code readability | ||
- Improve peformance | ||
|
||
## Features | ||
<!-- Please tell us the features you added in a list if you add any --> | ||
|
||
<!-- Example: --> | ||
- Add a new feature | ||
- Allow to custmize the widgets | ||
|
||
<!-- Remove this if your pull request about other changes --> | ||
|
||
## Additional notes | ||
<!-- Optional --> | ||
|
||
## Suggestions | ||
<!-- Optional --> | ||
|
||
## Checklist | ||
|
||
<!-- Mark all that applies with `[x]` --> | ||
|
||
- [ ] I have added/updated relevant documentation <!-- REQUIRED --> | ||
- [ ] I have tested these changes locally. <!-- REQUIRED --> | ||
- [ ] I have followed the code style and guidelines. <!-- REQUIRED --> | ||
- [ ] I have updated `CHANGELOG.md` with my changes in the next section <!-- REQUIRED --> | ||
- [ ] I have run "dart format ." on the project <!-- REQUIRED --> | ||
- [ ] I have run `flutter test` and `flutter analyze` and it passed successfully <!-- REQUIRED --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.