@@ -44,7 +44,7 @@ support for more platforms and better maintenance.
44
44
45
45
Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS.
46
46
47
- [[ View Source ] [ battery_plus_code ]]
47
+ [[ readme ] [ battery_plus_readme ]] [[ code ] [ battery_plus_code ]]
48
48
49
49
#### Platform Support
50
50
@@ -61,7 +61,7 @@ Flutter plugin for accessing information about the battery state(full, charging,
61
61
Flutter plugin for discovering the state of the network (WiFi &
62
62
mobile/cellular) connectivity on Android and iOS.
63
63
64
- [[ View Source ] [ connectivity_plus_code ]]
64
+ [[ readme ] [ connectivity_plus_readme ]] [[ code ] [ connectivity_plus_code ]]
65
65
66
66
#### Platform Support
67
67
@@ -78,7 +78,7 @@ mobile/cellular) connectivity on Android and iOS.
78
78
Flutter plugin providing detailed information about the device
79
79
(make, model, etc.), and Android or iOS version the app is running on.
80
80
81
- [[ View Source ] [ device_info_plus_code ]]
81
+ [[ readme ] [ device_info_plus_readme ]] [[ code ] [ device_info_plus_code ]]
82
82
83
83
#### Platform Support
84
84
@@ -94,7 +94,7 @@ Flutter plugin providing detailed information about the device
94
94
95
95
Flutter plugin for discovering network info.
96
96
97
- [[ View Source ] [ network_info_plus_code ]]
97
+ [[ readme ] [ network_info_plus_readme ]] [[ code ] [ network_info_plus_code ]]
98
98
99
99
#### Platform Support
100
100
@@ -111,7 +111,7 @@ Flutter plugin for discovering network info.
111
111
Flutter plugin for querying information about the application
112
112
package, such as CFBundleVersion on iOS or versionCode on Android.
113
113
114
- [[ View Source ] [ package_info_plus_code ]]
114
+ [[ readme ] [ package_info_plus_readme ]] [[ code ] [ package_info_plus_code ]]
115
115
116
116
#### Platform Support
117
117
@@ -127,7 +127,7 @@ package, such as CFBundleVersion on iOS or versionCode on Android.
127
127
128
128
Flutter plugin for accessing accelerometer, gyroscope, magnetometer and barometer sensors.
129
129
130
- [[ View Source ] [ sensors_plus_code ]]
130
+ [[ readme ] [ sensors_plus_readme ]] [[ code ] [ sensors_plus_code ]]
131
131
132
132
#### Platform Support
133
133
@@ -143,7 +143,7 @@ Flutter plugin for accessing accelerometer, gyroscope, magnetometer and baromete
143
143
144
144
Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
145
145
146
- [[ View Source ] [ share_plus_code ]]
146
+ [[ readme ] [ share_plus_readme ]] [[ code ] [ share_plus_code ]]
147
147
148
148
#### Platform Support
149
149
@@ -159,7 +159,7 @@ Flutter plugin for sharing content via the platform share UI, using the ACTION_S
159
159
160
160
Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.
161
161
162
- [[ View Source ] [ android_alarm_manager_plus_code ]]
162
+ [[ readme ] [ android_alarm_manager_plus_readme ]] [[ code ] [ android_alarm_manager_plus_code ]]
163
163
164
164
#### Platform Support
165
165
@@ -175,7 +175,7 @@ Flutter plugin for accessing the Android AlarmManager service, and running Dart
175
175
176
176
Flutter plugin for launching Android Intents. Not supported on iOS.
177
177
178
- [[ View Source ] [ android_intent_plus_code ]]
178
+ [[ readme ] [ android_intent_plus_readme ]] [[ code ] [ android_intent_plus_code ]]
179
179
180
180
#### Platform Support
181
181
@@ -194,7 +194,7 @@ Plugin issues that are not specific to PlusPlugins can be filed in the [Flutter
194
194
## Contributing
195
195
196
196
If you wish to contribute a change to any of the existing plugins in this repo,
197
- please review our [ contribution guide] ( https://github.com/fluttercommunity/plus_plugins/blob/master/ CONTRIBUTING.md)
197
+ please review our [ contribution guide] ( CONTRIBUTING.md )
198
198
and open a [ pull request] ( https://github.com/fluttercommunity/plus_plugins/pulls ) .
199
199
200
200
## Status
@@ -203,46 +203,55 @@ This repository is maintained by FlutterCommunity authors. Issues here are answe
203
203
204
204
[ battery_plus ] : https://pub.dev/packages/battery_plus
205
205
[ battery_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus
206
+ [ battery_plus_readme ] : packages/battery_plus/battery_plus/README.md
206
207
[ battery_plus_pub_points ] : https://pub.dev/packages/battery_plus/score
207
208
[ battery_plus_badge_pub_points ] : https://img.shields.io/pub/points/battery_plus?color=2E8B57&label=pub%20points
208
209
[ battery_plus_badge_pub ] : https://img.shields.io/pub/v/battery_plus.svg
209
210
[ connectivity_plus ] : https://pub.dev/packages/connectivity_plus
210
211
[ connectivity_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus
212
+ [ connectivity_plus_readme ] : packages/connectivity_plus/connectivity_plus/README.md
211
213
[ connectivity_plus_pub_points ] : https://pub.dev/packages/connectivity_plus/score
212
214
[ connectivity_plus_badge_pub_points ] : https://img.shields.io/pub/points/connectivity_plus?color=2E8B57&label=pub%20points
213
215
[ connectivity_plus_badge_pub ] : https://img.shields.io/pub/v/connectivity_plus.svg
214
216
[ network_info_plus ] : https://pub.dev/packages/network_info_plus
215
217
[ network_info_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_info_plus
218
+ [ network_info_plus_readme ] : packages/network_info_plus/network_info_plus/README.md
216
219
[ network_info_plus_pub_points ] : https://pub.dev/packages/network_info_plus/score
217
220
[ network_info_plus_badge_pub_points ] : https://img.shields.io/pub/points/network_info_plus?color=2E8B57&label=pub%20points
218
221
[ network_info_plus_badge_pub ] : https://img.shields.io/pub/v/network_info_plus.svg
219
222
[ android_alarm_manager_plus ] : https://pub.dev/packages/android_alarm_manager_plus
220
223
[ android_alarm_manager_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus
224
+ [ android_alarm_manager_plus_readme ] : packages/android_alarm_manager_plus/README.md
221
225
[ android_alarm_manager_plus_pub_points ] : https://pub.dev/packages/android_alarm_manager_plus/score
222
226
[ android_alarm_manager_plus_badge_pub_points ] : https://img.shields.io/pub/points/android_alarm_manager_plus?color=2E8B57&label=pub%20points
223
227
[ android_alarm_manager_plus_badge_pub ] : https://img.shields.io/pub/v/android_alarm_manager_plus.svg
224
228
[ android_intent_plus ] : https://pub.dev/packages/android_intent_plus
225
229
[ android_intent_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus
230
+ [ android_intent_plus_readme ] : packages/android_intent_plus/README.md
226
231
[ android_intent_plus_pub_points ] : https://pub.dev/packages/android_intent_plus/score
227
232
[ android_intent_plus_badge_pub_points ] : https://img.shields.io/pub/points/android_intent_plus?color=2E8B57&label=pub%20points
228
233
[ android_intent_plus_badge_pub ] : https://img.shields.io/pub/v/android_intent_plus.svg
229
234
[ device_info_plus ] : https://pub.dev/packages/device_info_plus
230
235
[ device_info_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
236
+ [ device_info_plus_readme ] : packages/device_info_plus/device_info_plus/README.md
231
237
[ device_info_plus_pub_points ] : https://pub.dev/packages/device_info_plus/score
232
238
[ device_info_plus_badge_pub_points ] : https://img.shields.io/pub/points/device_info_plus?color=2E8B57&label=pub%20points
233
239
[ device_info_plus_badge_pub ] : https://img.shields.io/pub/v/device_info_plus.svg
234
240
[ package_info_plus ] : https://pub.dev/packages/package_info_plus
235
241
[ package_info_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus
242
+ [ package_info_plus_readme] : packages/package_info_plus/package_info_plus/README.md
236
243
[ package_info_plus_pub_points ] : https://pub.dev/packages/package_info_plus/score
237
244
[ package_info_plus_badge_pub_points ] : https://img.shields.io/pub/points/package_info_plus?color=2E8B57&label=pub%20points
238
245
[ package_info_plus_badge_pub ] : https://img.shields.io/pub/v/package_info_plus.svg
239
246
[ sensors_plus ] : https://pub.dev/packages/sensors_plus
240
247
[ sensors_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus
248
+ [ sensors_plus_readme ] : packages/sensors_plus/sensors_plus/README.md
241
249
[ sensors_plus_pub_points ] : https://pub.dev/packages/sensors_plus/score
242
250
[ sensors_plus_badge_pub_points ] : https://img.shields.io/pub/points/sensors_plus?color=2E8B57&label=pub%20points
243
251
[ sensors_plus_badge_pub ] : https://img.shields.io/pub/v/sensors_plus.svg
244
252
[ share_plus ] : https://pub.dev/packages/share_plus
245
253
[ share_plus_code ] : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus
254
+ [ share_plus_readme ] : packages/share_plus/share_plus/README.md
246
255
[ share_plus_pub_points ] : https://pub.dev/packages/share_plus/score
247
256
[ share_plus_badge_pub_points ] : https://img.shields.io/pub/points/share_plus?color=2E8B57&label=pub%20points
248
257
[ share_plus_badge_pub ] : https://img.shields.io/pub/v/share_plus.svg
0 commit comments