Null Safety
The below table outlines the latest null-safe plugin versions:
Plugin | Version |
---|---|
battery_plus | |
connectivity_plus | |
device_info_plus | |
network_info_plus | |
package_info_plus | |
sensors_plus | |
share_plus | |
android_alarm_manager_plus | |
android_intent_plus |
Using with other non-null-safe PlusPlugins packages
caution
Mixing currently published null-safety PlusPlugins packages alongside published non-nullsafety packages is not supported.
pubspec.yaml
dependencies:
flutter:
sdk: flutter
battery_plus: "^1.0.0-nullsafety.0"
connectivity_plus: "^0.9.0-nullsafety.0"
device_info_plus: "^1.0.0-nullsafety.0"
network_info_plus: "^1.0.0-nullsafety.0"
package_info_plus: "^1.0.0-nullsafety.0"
sensors_plus: "^1.0.0-nullsafety.0"
share_plus: "^2.0.0-nullsafety.0"
android_alarm_manager_plus: "^0.7.0-nullsafety.0"
android_intent_plus: "^0.5.0-nullsafety.1"
To provide feedback on these versions or to see progress updates: see this GitHub discussion.