Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[connectivity] re-endorse connectivity_for_web #3708

Merged
merged 1 commit into from
Mar 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/connectivity/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.3

* Re-endorse connectivity_for_web

## 3.0.2

* Update platform_plugin_interface version requirement.
Expand Down
6 changes: 2 additions & 4 deletions packages/connectivity/connectivity/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: connectivity
description: Flutter plugin for discovering the state of the network (WiFi &
mobile/cellular) connectivity on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
version: 3.0.2
version: 3.0.3

flutter:
plugin:
Expand All @@ -22,10 +22,8 @@ dependencies:
sdk: flutter
meta: ^1.3.0
connectivity_platform_interface: ^2.0.0
#TODO(cyanglaz): re-endorse the below plugins when they have migrated to nnbd.
# https://github.com/flutter/flutter/issues/68669
connectivity_macos: ^0.2.0
# connectivity_for_web: ^0.3.0
connectivity_for_web: ^0.4.0

dev_dependencies:
flutter_test:
Expand Down