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

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 Dart:

 $ dart pub add autostart_settings

With Flutter:

 $ flutter pub add autostart_settings

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

dependencies:
  autostart_settings: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
3
likes
0
points
278
downloads

Publisher

verified publisherc-wolf.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on autostart_settings