Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
[connectivity_for_web] Fix homepage in pubspec.yaml
  • Loading branch information
kevmoo committed Sep 28, 2020
commit 1f2ec1df15230ae1cbfabbf9af24eb4654bdad1b
4 changes: 4 additions & 0 deletions packages/connectivity/connectivity_for_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1+3

* Fix homepage in `pubspec.yaml`.

## 0.3.1+2

* Update package:e2e to use package:integration_test
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity/connectivity_for_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: connectivity_for_web
description: An implementation for the web platform of the Flutter `connectivity` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
version: 0.3.1+2
homepage: https://github.com/ditman/plugins/tree/connectivity-web/packages/connectivity/experimental_connectivity_web
version: 0.3.1+3
repository: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_for_web

flutter:
plugin:
Expand Down