sp_settings 1.0.8 copy "sp_settings: ^1.0.8" to clipboard
sp_settings: ^1.0.8 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.0.8

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
160
points
39
downloads

Publisher

verified publishertytydraco.xyz

Weekly Downloads

A Flutter settings screen package with Shared Preferences integration.

Repository

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on sp_settings