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

PlatformiOS

Simply to wrap the Flutter plugin shared_preferences plugin and provide iOS "suite name" feature

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_preferences_ios_sn

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

dependencies:
  shared_preferences_ios_sn: ^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:shared_preferences_ios_sn/SPUtil.dart';
import 'package:shared_preferences_ios_sn/method_channel_shared_preferences_sn.dart';
4
likes
130
pub points
70%
popularity

Publisher

unverified uploader

Simply to wrap the Flutter plugin shared_preferences plugin and provide iOS "suite name" feature

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta, shared_preferences, shared_preferences_platform_interface

More

Packages that depend on shared_preferences_ios_sn