PlusPlugins is a set of Flutter plugins that is developed based on plugins, which previously existed as a part of Flutter plugins, with extra functionalities, support for more platforms and better maintenance.
Feedback and Pull Requests are most welcome!
You can check : Setup and Run to set this Project up into your device perfectly.
Plugins 🛠
Table of contents:
- Battery➕ (
battery_plus) - Connectivity➕ (
connectivity_plus) - Device Info➕ (
device_info_plus) - Network Info➕ (
network_info_plus) - Package Info➕ (
package_info_plus) - Sensor➕ (
sensors_plus) - Share➕ (
share_plus) - Android Alarm Manager➕ (
android_alarm_manager_plus) - Android Intent➕ (
android_intent_plus)
battery_plus
Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
connectivity_plus
Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
device_info_plus
Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
network_info_plus
Flutter plugin for discovering network info.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ | ➖ | ✔️ | ✔️ |
package_info_plus
Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
sensors_plus
Flutter plugin for accessing accelerometer and gyroscope sensors.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ |
share_plus
Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
android_alarm_manager_plus
Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.
Platform Support
| Android |
|---|
| ✔️ |
android_intent_plus
Flutter plugin for launching Android Intents. Not supported on iOS.
Platform Support
| Android |
|---|
| ✔️ |
Issues 📓
Please file PlusPlugins specific issues, bugs, or feature requests in our issue tracker.
Plugin issues that are not specific to PlusPlugins can be filed in the Flutter issue tracker.
Contributing 🧧
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide and open a pull request.
Status ⏳
This repository is maintained by FlutterCommunity authors. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis.
Head over to Invertase.io for more Projects