autostart_settings 0.1.4 copy "autostart_settings: ^0.1.4" to clipboard
autostart_settings: ^0.1.4 copied to clipboard

PlatformAndroid

Plugin to check if autostart settings is available for the device and opens the autostart settings

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add autostart_settings

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

dependencies:
  autostart_settings: ^0.1.4

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:autostart_settings/autostart_settings.dart';
1
likes
150
pub points
48%
popularity
screenshot

Publisher

verified publisherc-wolf.dev

Plugin to check if autostart settings is available for the device and opens the autostart settings

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on autostart_settings