-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[various] Clean up obsolete references to "master" #5912
Changes from all commits
b31b1d8
12f1716
cc17539
20b2ac0
8330630
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Contributing to Flutter Plugins | ||
|
||
[![Build Status](https://api.cirrus-ci.com/github/flutter/plugins.svg)](https://cirrus-ci.com/github/flutter/plugins/master) | ||
[![Build Status](https://api.cirrus-ci.com/github/flutter/plugins.svg)](https://cirrus-ci.com/github/flutter/plugins/main) | ||
|
||
_See also: [Flutter's code of conduct](https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md)_ | ||
|
||
|
@@ -35,7 +35,7 @@ use, and use auto-formatters: | |
- [C++](https://google.github.io/styleguide/cppguide.html) formatted with `clang-format` | ||
- **Note**: The Linux plugins generally follow idiomatic GObject-based C | ||
style. See [the engine style | ||
notes](https://github.com/flutter/engine/blob/master/CONTRIBUTING.md#style) | ||
notes](https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is an engine main branch, but I don't think everything has been migrated yet, main hasn't been archived yet. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Master hasn't been archived, but main is the default. |
||
for more details, and exceptions. | ||
- [Java](https://google.github.io/styleguide/javaguide.html) formatted with | ||
`google-java-format` | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,21 +11,21 @@ import 'dart:html' as html; | |
// ignore_for_file: camel_case_types | ||
|
||
/// Shim for web_ui engine.PlatformViewRegistry | ||
/// https://github.com/flutter/engine/blob/master/lib/web_ui/lib/ui.dart#L62 | ||
/// https://github.com/flutter/engine/blob/main/lib/web_ui/lib/ui.dart#L62 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same :) |
||
class platformViewRegistry { | ||
/// Shim for registerViewFactory | ||
/// https://github.com/flutter/engine/blob/master/lib/web_ui/lib/ui.dart#L72 | ||
/// https://github.com/flutter/engine/blob/main/lib/web_ui/lib/ui.dart#L72 | ||
static bool registerViewFactory( | ||
String viewTypeId, html.Element Function(int viewId) viewFactory) { | ||
return false; | ||
} | ||
} | ||
|
||
/// Shim for web_ui engine.AssetManager. | ||
/// https://github.com/flutter/engine/blob/master/lib/web_ui/lib/src/engine/assets.dart#L12 | ||
/// https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/assets.dart#L12 | ||
class webOnlyAssetManager { | ||
/// Shim for getAssetUrl. | ||
/// https://github.com/flutter/engine/blob/master/lib/web_ui/lib/src/engine/assets.dart#L45 | ||
/// https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/assets.dart#L45 | ||
static String getAssetUrl(String asset) => ''; | ||
} | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.1.0+2 | ||
|
||
* Updates references to the obsolete master branch. | ||
|
||
## 0.1.0+1 | ||
|
||
* Removes unnecessary imports. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# e2e (deprecated) | ||
|
||
This package has been moved to [integration_test](https://github.com/flutter/plugins/tree/master/packages/integration_test). | ||
This package has been moved to [`integration_test` in the Flutter SDK](https://github.com/flutter/flutter/tree/master/packages/integration_test). |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
* An implementation of the Espresso-Flutter testing protocol by using the testing APIs exposed by | ||
* Dart VM service protocol. | ||
* | ||
* @see <a href="https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md">Dart VM | ||
* @see <a href="https://github.com/dart-lang/sdk/blob/main/runtime/vm/service/service.md">Dart VM | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Has dart fully migrated to main? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's the default branch if you go to https://github.com/dart-lang/sdk |
||
* Service Protocol</a>. | ||
*/ | ||
public final class DartVmService implements FlutterTestingProtocol { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.8.2+2 | ||
|
||
* Updates references to the obsolete master branch. | ||
|
||
## 0.8.2+1 | ||
|
||
* Removes unnecessary imports. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.8.2+2 | ||
|
||
* Updates references to the obsolete master branch. | ||
|
||
## 0.8.2+1 | ||
|
||
* Removes unnecessary imports. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Enables Google Sign-In in Flutter apps. | |
s.homepage = 'https://github.com/flutter/plugins/tree/main/packages/google_sign_in' | ||
s.license = { :type => 'BSD', :file => '../LICENSE' } | ||
s.author = { 'Flutter Team' => '[email protected]' } | ||
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_ios' } | ||
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in_ios' } | ||
s.source_files = 'Classes/**/*.{h,m}' | ||
s.public_header_files = 'Classes/**/*.h' | ||
s.module_map = 'Classes/FLTGoogleSignInPlugin.modulemap' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 3.0.5 | ||
|
||
* Updates references to the obsolete master branch. | ||
|
||
## 3.0.4 | ||
|
||
* Minor fixes for new analysis options. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.3.0+9 | ||
|
||
* Updates references to the obsolete master branch. | ||
|
||
## 0.3.0+8 | ||
|
||
* Fixes a memory leak on iOS. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is opportunistic cleanup since it came up in my sweep of every reference to "master"; the issue was resolved quite a while ago.