Skip to content

Commit 398d7e3

Browse files
authored
Cleanup a few repo docs (#1987)
The `MAINTENANCE.md` file in particular hasn't been updated in 3 years.
1 parent c206bae commit 398d7e3

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

CONTRIBUTING.md

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

MAINTENANCE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you have a general question about one of these samples or how to adapt its
3838
techniques for one of your own apps, try one of these resources:
3939

4040
* [The FlutterDev Google Group](https://groups.google.com/forum/#!forum/flutter-dev)
41-
* [The Flutter Gitter channel](https://gitter.im/flutter/flutter)
41+
* [The FlutterDev Discord](https://discord.gg/rflutterdev)
4242
* [StackOverflow](https://stackoverflow.com/questions/tagged/flutter)
4343

4444
If you run into a bug in one of the samples, please file an issue in the

0 commit comments

Comments
 (0)