persistent_set 1.0.0 copy "persistent_set: ^1.0.0" to clipboard
persistent_set: ^1.0.0 copied to clipboard

PlatformAndroid

A persistent Set-like collection for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add persistent_set

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

dependencies:
  persistent_set: ^1.0.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:persistent_set/persistent_set.dart';
2
likes
150
points
165
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A persistent Set-like collection for Flutter.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, meta, shared_preferences, shared_preferences_android

More

Packages that depend on persistent_set