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

unlistedoutdated

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.5.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
0
pub points
33%
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

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on developer_options