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

outdated

This plugin allows you to implement settings UI screens for flutter apps. You can use this plugin with Custom Shared Preference Interface, Use the shared preference library of your choice.

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

Publisher

unverified uploader

This plugin allows you to implement settings UI screens for flutter apps. You can use this plugin with Custom Shared Preference Interface, Use the shared preference 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