The Wayback Machine - https://web.archive.org/web/20220422070404/https://github.com/fluttercommunity/plus_plugins
Skip to content
main
Switch branches/tags
Code

Latest commit

…iOS (#791)

* [connectivity_plus] Add NWPathMonitor based ConnectivityProvider for iOS

* copied from MacOS implementation
* available on iOS 12+
* correctly notifies when switching between Wifi networks without internet access

* [connectivity_plus] Fix NWPathMonitor can not be reused after stop()

* noticeable mainly after hot restart

* [connectivity_plus] Fix inconsistent initial status and stream behavior

* ensure early initialization of backing `Reachability`/`NWPathMonitor` resulting in `checkConnectivity()` returning the correct status right away (until now it almost always returned `.none`)
* having the correct initial status results in the the status stream not emitting double events on startup (previously most of the time it emitted 2 events starting with `.none` following the correct status)
* the behavior is still incorrect after a hot restart because the backing `Reachability`/`NWPathMonitor` has been cleaned up and is not initialized early

* [connectivity_plus] Report correct status on iOS simulator

* bump dependency to connectivity_plus_macos

Co-authored-by: Miquel Beltran <miquelbeltran@users.noreply.github.com>
89993a6

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flutter Community Plus Plugins

Plus plugins

build

all_plugins GitHub Workflow Status all_plugins Coverage Follow on Twitter


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

Important: As of January 2021, the Flutter team is no longer accepting non-critical PRs for the original set of plugins in flutter/plugins, and instead they should be submitted in this project. You can read more about this announcement here. as well as in the Flutter 2 announcement blog post.

Feedback and Pull Requests are most welcome!

Plugins

Table of contents:


battery_plus

battery_plus pub points

Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

connectivity_plus

connectivity_plus pub points

Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

device_info_plus

device_info_plus pub points

Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

network_info_plus

network_info_plus pub points

Flutter plugin for discovering network info.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️

package_info_plus

package_info_plus pub points

Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

sensors_plus

sensors_plus pub points

Flutter plugin for accessing accelerometer and gyroscope sensors.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️

share_plus

share_plus pub points

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.

[View Source]

Platform Support

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

android_alarm_manager_plus

android_alarm_manager_plus pub points

Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.

[View Source]

Platform Support

Android
✔️

android_intent_plus

android_intent_plus pub points

Flutter plugin for launching Android Intents. Not supported on iOS.

[View Source]

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.