Skip to content

Commit e233902

Browse files
authored
Re-endorse connectivity_for_web (flutter#3708)
Signed-off-by: Sunbreak <sunbreak.wang@gmail.com>
1 parent f4c513e commit e233902

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.3
2+
3+
* Re-endorse connectivity_for_web
4+
15
## 3.0.2
26

37
* Update platform_plugin_interface version requirement.

packages/connectivity/connectivity/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: connectivity
22
description: Flutter plugin for discovering the state of the network (WiFi &
33
mobile/cellular) connectivity on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
5-
version: 3.0.2
5+
version: 3.0.3
66

77
flutter:
88
plugin:
@@ -22,10 +22,8 @@ dependencies:
2222
sdk: flutter
2323
meta: ^1.3.0
2424
connectivity_platform_interface: ^2.0.0
25-
#TODO(cyanglaz): re-endorse the below plugins when they have migrated to nnbd.
26-
# https://github.com/flutter/flutter/issues/68669
2725
connectivity_macos: ^0.2.0
28-
# connectivity_for_web: ^0.3.0
26+
connectivity_for_web: ^0.4.0
2927

3028
dev_dependencies:
3129
flutter_test:

0 commit comments

Comments
 (0)