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

outdated

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.3

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/fields/button_settings_field.dart';
import 'package:sp_settings/fields/popup_settings_field.dart';
import 'package:sp_settings/fields/settings_field.dart';
import 'package:sp_settings/fields/switch_settings_field.dart';
import 'package:sp_settings/settings_category.dart';
import 'package:sp_settings/settings_list.dart';
0
likes
0
points
39
downloads

Publisher

verified publishertytydraco.xyz

Weekly Downloads

A Flutter settings screen package with Shared Preferences integration.

Repository

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on sp_settings