settings_bundle 0.0.1 copy "settings_bundle: ^0.0.1" to clipboard
settings_bundle: ^0.0.1 copied to clipboard

PlatformiOS

Preferences for iOS apps are displayed by the system-provided Settings app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add settings_bundle

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

dependencies:
  settings_bundle: ^0.0.1

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:settings_bundle/settings_bundle.dart';
8
likes
160
points
289
downloads

Publisher

unverified uploader

Weekly Downloads

Preferences for iOS apps are displayed by the system-provided Settings app.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on settings_bundle