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

Commit 2471d75

Browse files
authored
[connectivity_for_web] Fix homepage in pubspec.yaml (#3089)
1 parent d82940f commit 2471d75

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/connectivity/connectivity_for_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1+3
2+
3+
* Fix homepage in `pubspec.yaml`.
4+
15
## 0.3.1+2
26

37
* Update package:e2e to use package:integration_test

packages/connectivity/connectivity_for_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: connectivity_for_web
22
description: An implementation for the web platform of the Flutter `connectivity` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
3-
version: 0.3.1+2
4-
homepage: https://github.com/ditman/plugins/tree/connectivity-web/packages/connectivity/experimental_connectivity_web
3+
version: 0.3.1+3
4+
repository: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_for_web
55

66
flutter:
77
plugin:

0 commit comments

Comments
 (0)