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

A Simple plugin to implement settings UI screens for your flutter apps. Customize what you want, From UI elements, behaviour or underlying storage library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_settings_screens
copied to clipboard

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.3.4
copied to clipboard

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';
copied to clipboard
184
likes
150
points
5.9k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

A Simple plugin to implement settings UI screens for your flutter apps. Customize what you want, From UI elements, behaviour or underlying storage library.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, provider, shared_preferences

More

Packages that depend on flutter_settings_screens