Skip to content

Commit 464e396

Browse files
[connectivity_platform_interface] Fix README (flutter#2519)
1 parent a095ff8 commit 464e396

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Fix README.md link.
4+
15
## 1.0.0
26

37
* Initial release.

packages/connectivity/connectivity_platform_interface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ over breaking changes for this package.
2222
See https://flutter.dev/go/platform-interface-breaking-changes for a discussion
2323
on why a less-clean interface is preferable to a breaking change.
2424

25-
[1]: ../connectivity
25+
[1]: ../
2626
[2]: lib/connectivity_platform_interface.dart

packages/connectivity/connectivity_platform_interface/lib/connectivity_platform_interface.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ abstract class ConnectivityPlatform extends PlatformInterface {
3030

3131
/// Platform-specific plugins should set this with their own platform-specific
3232
/// class that extends [ConnectivityPlatform] when they register themselves.
33-
// TODO(amirh): Extract common platform interface logic.
34-
// https://github.com/flutter/flutter/issues/43368
3533
static set instance(ConnectivityPlatform instance) {
3634
PlatformInterface.verifyToken(instance, _token);
3735
_instance = instance;

packages/connectivity/connectivity_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the connectivity plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_platform_interface
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 1.0.0
6+
version: 1.0.1
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)