system_properties

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

system properties

system_properties #
flutter plugin for getting system properties easily for android.
Getting Started #
import 'package:system_properties/system_properties.dart';

Future<String> getSDKVersion() async {
return await SystemProperties.getSystemProperties("ro.build.version.sdk");
}

getSDKVersion().then((version) {
print(version);
});
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.