Skip to content

Commit 62c29f1

Browse files
nohlimiquelbeltran
andauthored
Add issue tracker links (#1008)
* Add issue_tracker link for android_alarm_manager_plus * Add issue_tracker link for android_intent_plus * Add issue_tracker link for battery_plus * Add issue_tracker link for connectivity_plus * Add issue_tracker link for network_info_plus * Add issue_tracker link for package_info_plus * Add issue_tracker link for share_plus * Add issue_tracker link for sensors_plus Co-authored-by: Miguel Beltran <[email protected]>
1 parent 3de3180 commit 62c29f1

File tree

16 files changed

+49
-8
lines changed

16 files changed

+49
-8
lines changed

packages/android_alarm_manager_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.6+1
2+
3+
- Add issue_tracker link.
4+
15
## 2.0.6
26

37
- Fix AndroidAlarmManager.periodic() not working.

packages/android_alarm_manager_plus/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: android_alarm_manager_plus
22
description: Flutter plugin for accessing the Android AlarmManager service, and
33
running Dart code in the background when alarms fire.
4-
version: 2.0.6
4+
version: 2.0.6+1
55
homepage: https://plus.fluttercommunity.dev/
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
7+
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_alarm_manager_plus
78

89
dependencies:
910
flutter:

packages/android_intent_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.1+1
2+
3+
- Add issue_tracker link.
4+
15
## 3.1.1
26

37
- Fix embedding issue in example

packages/android_intent_plus/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: android_intent_plus
22
description: Flutter plugin for launching Android Intents. Not supported on iOS.
3-
version: 3.1.1
3+
version: 3.1.1+1
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
6+
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_intent_plus
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

packages/battery_plus/battery_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.4+1
2+
3+
- Add issue_tracker link.
4+
15
## 2.1.4
26

37
- Update flutter_lints to 2.0.1

packages/battery_plus/battery_plus/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: battery_plus
22
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
3-
version: 2.1.4
3+
version: 2.1.4+1
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
6+
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/battery_plus
67

78
flutter:
89
plugin:

packages/connectivity_plus/connectivity_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.6+1
2+
3+
- Add issue_tracker link.
4+
15
## 2.3.6
26

37
- Web: Fix Bad state: Stream has already been listened to (#943)

packages/connectivity_plus/connectivity_plus/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: connectivity_plus
22
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
3-
version: 2.3.6
3+
version: 2.3.6+1
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
6+
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

packages/network_info_plus/network_info_plus/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## 2.1.4+1
2+
3+
- Add issue_tracker link.
4+
15
## 2.1.4
26

37
- Android: Plugin no longer removes `"` from SSID name.
48

9+
510
## 2.1.3
611

712
- Update nm dependency to be compatible with fresh versions of other Plus plugins

packages/network_info_plus/network_info_plus/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: network_info_plus
22
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
3-
version: 2.1.4
3+
version: 2.1.4+1
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
6+
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/network_info_plus
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)