File tree Expand file tree Collapse file tree
packages/connectivity/connectivity_macos Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.1.0+6
2+
3+ * Update license headers.
4+
15## 0.1.0+5
26
37* Update package: e2e reference to use the local version in the flutter/plugins
Original file line number Diff line number Diff line change 1- // Copyright 2019 Google LLC
2- //
3- // Licensed under the Apache License, Version 2.0 (the "License");
4- // you may not use this file except in compliance with the License.
5- // You may obtain a copy of the License at
6- //
7- // http://www.apache.org/licenses/LICENSE-2.0
8- //
9- // Unless required by applicable law or agreed to in writing, software
10- // distributed under the License is distributed on an "AS IS" BASIS,
11- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- // See the License for the specific language governing permissions and
13- // limitations under the License.
1+ // Copyright 2019 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
144
155import Cocoa
166import CoreWLAN
Original file line number Diff line number Diff line change 1- // Copyright 2019 Google LLC
2- //
3- // Licensed under the Apache License, Version 2.0 (the "License");
4- // you may not use this file except in compliance with the License.
5- // You may obtain a copy of the License at
6- //
7- // http://www.apache.org/licenses/LICENSE-2.0
8- //
9- // Unless required by applicable law or agreed to in writing, software
10- // distributed under the License is distributed on an "AS IS" BASIS,
11- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- // See the License for the specific language governing permissions and
13- // limitations under the License.
1+ // Copyright 2019 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
144
155#import < Foundation/Foundation.h>
166
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: macOS implementation of the connectivity plugin.
33# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
44# the version to 2.0.0.
55# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6- version : 0.1.0+5
6+ version : 0.1.0+6
77homepage : https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos
88
99flutter :
You can’t perform that action at this time.
0 commit comments