1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Update more links and mentions to the main branch (#1294)

This commit is contained in:
Parker Lougheed
2022-05-31 05:42:52 -05:00
committed by GitHub
parent 9b840e61c8
commit 3c608d0882
7 changed files with 28 additions and 28 deletions

View File

@@ -67,7 +67,7 @@ Each app should:
[stable](https://github.com/flutter/flutter/wiki/Flutter-build-release-channels)
release of the Flutter SDK.
* Include the same
[`analysis_options.yaml`](https://github.com/flutter/samples/blob/master/animations/analysis_options.yaml)
[`analysis_options.yaml`](https://github.com/flutter/samples/blob/main/animations/analysis_options.yaml)
file used throughout the repo. These files include a base set of analyzer
conventions and lints.
* Have no analyzer errors or warnings.
@@ -89,7 +89,7 @@ also applies to code in this repo.
Projects in the repo's top-level `experimental` directory are allowed to skirt
some of the above rules. These apps are either experimental in nature or use
APIs that haven't landed in the SDK's `stable` channel. They build against
`master`, and aren't (by default) wired into our CI system.
`main`, and aren't (by default) wired into our CI system.
## Code reviews