data_saver 0.0.1 copy "data_saver: ^0.0.1" to clipboard
data_saver: ^0.0.1 copied to clipboard

Simple Flutter plugin to check the current Data Saver/Low Data Mode.

data_saver #

Package Publisher data_saver - Checks MIT License

data_saver provides a simple way of checking the current Data Saver (Android) / Low Data Mode (iOS).

Getting started #

  1. Add this package to your dependencies.
dependencies:
  data_saver: latest_version
  1. Get the dependencies.
flutter pub get

Usage #

const dataSaver = DataSaver();

// Mode is one of the following values:
// - enabled
// - whitelisted (Android-only)
// - disabled
final mode = await dataSaver.checkMode();

Additional information #

  • This package requires at least Flutter 3.10 to work.
  • If there are any issues feel free to go to GitHub Issues and report a bug.

Maintainers #

3
likes
0
pub points
37%
popularity

Publisher

verified publishernikodembernat.com

Simple Flutter plugin to check the current Data Saver/Low Data Mode.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on data_saver