mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
* Create a main alias for master channel. To slowly migrate away from master branch in the flutter repository we created a main branch that is mirroring master branch. This PR is also adding a channel alias that will allow to use master/main interchangeably. Bug: https://github.com/flutter/flutter/issues/95041 * Fix channel tests. * Remove additional space.