-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme, add changelog (#2535)
Adds sample index to readme. Completes #2497 Completes #2536 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing.
- Loading branch information
1 parent
5bea6f6
commit c5925c4
Showing
3 changed files
with
201 additions
and
21 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,32 @@ | ||
# Changelog | ||
|
||
The purpose of this changelog is to track the freshness of samples and which | ||
samples reflect *current best practices*. It describes **human-made, significant | ||
** changes made to the repository or samples in the repository. | ||
|
||
While all samples in this repository build and run, some of them were written | ||
long ago, and no longer reflect what we want developers to learn. For example, | ||
samples should have been refactored when Dart 3 released to include patterns and | ||
records, where appropriate. | ||
|
||
* **DO include:** | ||
* The addition of new samples. | ||
* The removal of existing samples. | ||
* Considerable refactoring of any given sample. | ||
|
||
* **DO NOT include:** | ||
* Simple changes that reflect minor version bumps in Flutter. For example, | ||
in a recent Flutter update, `Color.red` became `Color.r`. | ||
* Dependency updates. | ||
* Bug fixes. | ||
* Any changes made to simply 'keep the lights on'. | ||
|
||
# Log | ||
|
||
| DATE (YYYY-MM-DD) | Sample(s) | author | Changes | | ||
|-------------------|-------------------|--------------|-----------------------------------------------| | ||
| NEXT GOES HERE | | | | | ||
| | | | | | ||
| 2024-12-04 | N/A - repo change | ericwindmill | Added changelog | | ||
| 2024-11-27 | fake_sample | ericwindmill | Refactored fake_sample to use Dart 3 features | | ||
| 2020-04-17 | fake_sample | ericwindmill | Created fake_sample | |
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