Skip to main content

PlusPlugins Overview

Welcome to PlusPlugins!

PlusPlugins is a set of Flutter plugins that is developed based on existing Flutter plugins with extra functionalities, platforms support, and better maintenance.

pubspec.yaml
dependencies:
flutter:
sdk: flutter

battery_plus: "^0.0.1"
connectivity_plus: "^0.0.1"
device_info_plus: "^0.0.1"
network_info_plus: "^0.0.1"
package_info_plus: "^0.0.1"
sensors_plus: "^0.0.1"
share_plus: "^0.0.1"
android_alarm_manager_plus: "^0.0.1"
android_intent_plus: "^0.0.1"

Install the plugin by running the following command from the project root:

$ flutter pub get