Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.62 KB

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