@@ -44,7 +44,7 @@ support for more platforms and better maintenance.
4444
4545Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS.
4646
47- [[ View Source ] [ battery_plus_code ]]
47+ [[ readme ] [ battery_plus_readme ]] [[ code ] [ battery_plus_code ]]
4848
4949#### Platform Support
5050
@@ -61,7 +61,7 @@ Flutter plugin for accessing information about the battery state(full, charging,
6161Flutter plugin for discovering the state of the network (WiFi &
6262mobile/cellular) connectivity on Android and iOS.
6363
64- [[ View Source ] [ connectivity_plus_code ]]
64+ [[ readme ] [ connectivity_plus_readme ]] [[ code ] [ connectivity_plus_code ]]
6565
6666#### Platform Support
6767
@@ -78,7 +78,7 @@ mobile/cellular) connectivity on Android and iOS.
7878Flutter plugin providing detailed information about the device
7979(make, model, etc.), and Android or iOS version the app is running on.
8080
81- [[ View Source ] [ device_info_plus_code ]]
81+ [[ readme ] [ device_info_plus_readme ]] [[ code ] [ device_info_plus_code ]]
8282
8383#### Platform Support
8484
@@ -94,7 +94,7 @@ Flutter plugin providing detailed information about the device
9494
9595Flutter plugin for discovering network info.
9696
97- [[ View Source ] [ network_info_plus_code ]]
97+ [[ readme ] [ network_info_plus_readme ]] [[ code ] [ network_info_plus_code ]]
9898
9999#### Platform Support
100100
@@ -111,7 +111,7 @@ Flutter plugin for discovering network info.
111111Flutter plugin for querying information about the application
112112package, such as CFBundleVersion on iOS or versionCode on Android.
113113
114- [[ View Source ] [ package_info_plus_code ]]
114+ [[ readme ] [ package_info_plus_readme ]] [[ code ] [ package_info_plus_code ]]
115115
116116#### Platform Support
117117
@@ -127,7 +127,7 @@ package, such as CFBundleVersion on iOS or versionCode on Android.
127127
128128Flutter plugin for accessing accelerometer, gyroscope, magnetometer and barometer sensors.
129129
130- [[ View Source ] [ sensors_plus_code ]]
130+ [[ readme ] [ sensors_plus_readme ]] [[ code ] [ sensors_plus_code ]]
131131
132132#### Platform Support
133133
@@ -143,7 +143,7 @@ Flutter plugin for accessing accelerometer, gyroscope, magnetometer and baromete
143143
144144Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
145145
146- [[ View Source ] [ share_plus_code ]]
146+ [[ readme ] [ share_plus_readme ]] [[ code ] [ share_plus_code ]]
147147
148148#### Platform Support
149149
@@ -159,7 +159,7 @@ Flutter plugin for sharing content via the platform share UI, using the ACTION_S
159159
160160Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.
161161
162- [[ View Source ] [ android_alarm_manager_plus_code ]]
162+ [[ readme ] [ android_alarm_manager_plus_readme ]] [[ code ] [ android_alarm_manager_plus_code ]]
163163
164164#### Platform Support
165165
@@ -175,7 +175,7 @@ Flutter plugin for accessing the Android AlarmManager service, and running Dart
175175
176176Flutter plugin for launching Android Intents. Not supported on iOS.
177177
178- [[ View Source ] [ android_intent_plus_code ]]
178+ [[ readme ] [ android_intent_plus_readme ]] [[ code ] [ android_intent_plus_code ]]
179179
180180#### Platform Support
181181
@@ -194,7 +194,7 @@ Plugin issues that are not specific to PlusPlugins can be filed in the [Flutter
194194## Contributing
195195
196196If 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 )
198198and open a [ pull request] ( https://github.com/fluttercommunity/plus_plugins/pulls ) .
199199
200200## Status
@@ -203,46 +203,55 @@ This repository is maintained by FlutterCommunity authors. Issues here are answe
203203
204204[ battery_plus ] : https://pub.dev/packages/battery_plus
205205[ 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
206207[ battery_plus_pub_points ] : https://pub.dev/packages/battery_plus/score
207208[ battery_plus_badge_pub_points ] : https://img.shields.io/pub/points/battery_plus?color=2E8B57&label=pub%20points
208209[ battery_plus_badge_pub ] : https://img.shields.io/pub/v/battery_plus.svg
209210[ connectivity_plus ] : https://pub.dev/packages/connectivity_plus
210211[ 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
211213[ connectivity_plus_pub_points ] : https://pub.dev/packages/connectivity_plus/score
212214[ connectivity_plus_badge_pub_points ] : https://img.shields.io/pub/points/connectivity_plus?color=2E8B57&label=pub%20points
213215[ connectivity_plus_badge_pub ] : https://img.shields.io/pub/v/connectivity_plus.svg
214216[ network_info_plus ] : https://pub.dev/packages/network_info_plus
215217[ 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
216219[ network_info_plus_pub_points ] : https://pub.dev/packages/network_info_plus/score
217220[ network_info_plus_badge_pub_points ] : https://img.shields.io/pub/points/network_info_plus?color=2E8B57&label=pub%20points
218221[ network_info_plus_badge_pub ] : https://img.shields.io/pub/v/network_info_plus.svg
219222[ android_alarm_manager_plus ] : https://pub.dev/packages/android_alarm_manager_plus
220223[ 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
221225[ android_alarm_manager_plus_pub_points ] : https://pub.dev/packages/android_alarm_manager_plus/score
222226[ android_alarm_manager_plus_badge_pub_points ] : https://img.shields.io/pub/points/android_alarm_manager_plus?color=2E8B57&label=pub%20points
223227[ android_alarm_manager_plus_badge_pub ] : https://img.shields.io/pub/v/android_alarm_manager_plus.svg
224228[ android_intent_plus ] : https://pub.dev/packages/android_intent_plus
225229[ 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
226231[ android_intent_plus_pub_points ] : https://pub.dev/packages/android_intent_plus/score
227232[ android_intent_plus_badge_pub_points ] : https://img.shields.io/pub/points/android_intent_plus?color=2E8B57&label=pub%20points
228233[ android_intent_plus_badge_pub ] : https://img.shields.io/pub/v/android_intent_plus.svg
229234[ device_info_plus ] : https://pub.dev/packages/device_info_plus
230235[ 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
231237[ device_info_plus_pub_points ] : https://pub.dev/packages/device_info_plus/score
232238[ device_info_plus_badge_pub_points ] : https://img.shields.io/pub/points/device_info_plus?color=2E8B57&label=pub%20points
233239[ device_info_plus_badge_pub ] : https://img.shields.io/pub/v/device_info_plus.svg
234240[ package_info_plus ] : https://pub.dev/packages/package_info_plus
235241[ 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
236243[ package_info_plus_pub_points ] : https://pub.dev/packages/package_info_plus/score
237244[ package_info_plus_badge_pub_points ] : https://img.shields.io/pub/points/package_info_plus?color=2E8B57&label=pub%20points
238245[ package_info_plus_badge_pub ] : https://img.shields.io/pub/v/package_info_plus.svg
239246[ sensors_plus ] : https://pub.dev/packages/sensors_plus
240247[ 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
241249[ sensors_plus_pub_points ] : https://pub.dev/packages/sensors_plus/score
242250[ sensors_plus_badge_pub_points ] : https://img.shields.io/pub/points/sensors_plus?color=2E8B57&label=pub%20points
243251[ sensors_plus_badge_pub ] : https://img.shields.io/pub/v/sensors_plus.svg
244252[ share_plus ] : https://pub.dev/packages/share_plus
245253[ 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
246255[ share_plus_pub_points ] : https://pub.dev/packages/share_plus/score
247256[ share_plus_badge_pub_points ] : https://img.shields.io/pub/points/share_plus?color=2E8B57&label=pub%20points
248257[ share_plus_badge_pub ] : https://img.shields.io/pub/v/share_plus.svg
0 commit comments