1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Cleanup a few repo docs (#1987)

The `MAINTENANCE.md` file in particular hasn't been updated in 3 years.
This commit is contained in:
Parker Lougheed
2023-08-09 01:26:18 -05:00
committed by GitHub
parent c206bae810
commit 398d7e3fd6
3 changed files with 2 additions and 24 deletions

View File

@@ -71,7 +71,7 @@ Each app should:
file used throughout the repo. This file include a base set of analyzer
conventions and lints.
* Have no analyzer errors or warnings.
* Be formatted with `flutter format`.
* Be formatted with `dart format`.
* Include at least one working test in its `test` folder.
* Be wired into the list of projects in the CI scripts for [stable](tool/flutter_ci_script_stable.sh),
[beta](tool/flutter_ci_script_beta.sh), and [master](tool/flutter_ci_script_master.sh),