native_storage 0.1.5 copy "native_storage: ^0.1.5" to clipboard
native_storage: ^0.1.5 copied to clipboard

A Dart-only package for accessing platform-native storage functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_storage

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

dependencies:
  native_storage: ^0.1.5

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:native_storage/native_storage.dart';
44
likes
140
pub points
49%
popularity

Publisher

verified publishercelest.dev

A Dart-only package for accessing platform-native storage functionality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause-Patent (LICENSE)

Dependencies

ffi, jni, logging, meta, path, stack_trace, stream_channel, web, win32, win32_registry, windows_applicationmodel, xdg_directories

More

Packages that depend on native_storage