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

outdated

Settings Screen with Custom Shared Preference Interface. This plugin allows you to implement settings UI screens for flutter. In addition to that this plugin also provides facility to use shared prefe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_settings_screens

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

dependencies:
  flutter_settings_screens: ^0.1.0

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:flutter_settings_screens/flutter_settings_screens.dart';
169
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Settings Screen with Custom Shared Preference Interface. This plugin allows you to implement settings UI screens for flutter. In addition to that this plugin also provides facility to use shared preferences, library of your choice.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, flutter_material_color_picker, path_provider, rxdart

More

Packages that depend on flutter_settings_screens