File tree 4 files changed +6
-4
lines changed
packages/connectivity/connectivity_platform_interface 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ * Fix README.md link.
4
+
1
5
## 1.0.0
2
6
3
7
* Initial release.
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ over breaking changes for this package.
22
22
See https://flutter.dev/go/platform-interface-breaking-changes for a discussion
23
23
on why a less-clean interface is preferable to a breaking change.
24
24
25
- [ 1 ] : ../connectivity
25
+ [ 1 ] : ../
26
26
[ 2 ] : lib/connectivity_platform_interface.dart
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ abstract class ConnectivityPlatform extends PlatformInterface {
30
30
31
31
/// Platform-specific plugins should set this with their own platform-specific
32
32
/// class that extends [ConnectivityPlatform] when they register themselves.
33
- // TODO(amirh): Extract common platform interface logic.
34
- // https://github.com/flutter/flutter/issues/43368
35
33
static set instance (ConnectivityPlatform instance) {
36
34
PlatformInterface .verifyToken (instance, _token);
37
35
_instance = instance;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A common platform interface for the connectivity plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 1.0.0
6
+ version : 1.0.1
7
7
8
8
dependencies :
9
9
flutter :
You can’t perform that action at this time.
0 commit comments