1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/CHANGELOG.md
Eric Windmill c5925c407d 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.
2024-12-03 13:07:36 -05:00

1.6 KiB

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