sp_settings 1.1.0 copy "sp_settings: ^1.1.0" to clipboard
sp_settings: ^1.1.0 copied to clipboard

A Flutter settings screen package with Shared Preferences integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sp_settings

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

dependencies:
  sp_settings: ^1.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:sp_settings/sp_settings.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publishertytydraco.xyz

A Flutter settings screen package with Shared Preferences integration.

Repository
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on sp_settings