get_storage 2.1.1 copy "get_storage: ^2.1.1" to clipboard
get_storage: ^2.1.1 copied to clipboard

A fast, extra light and synchronous key-value storage written entirely in Dart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_storage

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

dependencies:
  get_storage: ^2.1.1

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:get_storage/get_storage.dart';
1593
likes
140
pub points
99%
popularity

Publisher

verified publishergetx.site

A fast, extra light and synchronous key-value storage written entirely in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, get, path_provider

More

Packages that depend on get_storage