developer_options 0.6.2 copy "developer_options: ^0.6.2" to clipboard
developer_options: ^0.6.2 copied to clipboard

Package for enabling developer options in your app, setting/getting boolean and string values using SharedPreferences plugin

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add developer_options

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

dependencies:
  developer_options: ^0.6.2

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:developer_options/developer_options.dart';
1
likes
140
pub points
38%
popularity

Publisher

verified publisherlepsi.city

Package for enabling developer options in your app, setting/getting boolean and string values using SharedPreferences plugin

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on developer_options