android_system_properties 1.0.0 copy "android_system_properties: ^1.0.0" to clipboard
android_system_properties: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter package to get android system properties

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_system_properties

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  android_system_properties: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:android_system_properties/android_system_properties.dart';
2
likes
140
points
368
downloads

Publisher

verified publisherdashtoon.com

Weekly Downloads

Flutter package to get android system properties

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_system_properties