fs_shim 2.5.4+2 copy "fs_shim: ^2.5.4+2" to clipboard
fs_shim: ^2.5.4+2 copied to clipboard

A portable file system implementation working on io, web (OPFS or IndexedDB) and memory

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fs_shim

With Flutter:

 $ flutter pub add fs_shim

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

dependencies:
  fs_shim: ^2.5.4+2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fs_shim/fs_shim.dart';
10
likes
160
points
4.65k
downloads

Documentation

API reference

Publisher

verified publishertekartik.com

Weekly Downloads

A portable file system implementation working on io, web (OPFS or IndexedDB) and memory

Repository (GitHub)
View/report issues

Topics

#file-system #abstraction #storage #opfs

License

BSD-2-Clause (license)

Dependencies

idb_shim, meta, path, sembast, synchronized

More

Packages that depend on fs_shim