fs_shim 1.0.2 copy "fs_shim: ^1.0.2" to clipboard
fs_shim: ^1.0.2 copied to clipboard

outdated

A portable file system implementation working on io, browser and memory (through idb_shim)

Changelog #

1.0.2 #

  • Fix executable flag when copying on io
  • Save binary as blob instead of List
  • Support larger file on the web (slow though)

1.0.0+1 #

  • Make fs_shim.dart import work on both io and web
  • First stable release

0.12.0 #

  • copy utils cleanup

0.11.2 #

  • Pedantic 1.9 support

0.11.0+3 #

  • Sdk 2.5 support

0.10.0 #

  • deprecate ewFile, newDirectory, newLink, pathContext

0.9.0 #

  • dart2 only

0.8.2 #

  • add file, directory and link to replace newFile, newDirectory, newLink

0.7.3 #

  • Add support implicit-cast: false

0.7.2 #

  • Add deleteFile, deleteDirectory

0.7.1 #

Add io, deleteFile and deleteDirectory io helpers

0.6.6 #

Add copyDirectoryListFiles

0.6.5 #

Add copy io utils. Support including files

0.6.4 #

Add read_write io utils

0.6.3 #

Add io entity utils

0.6.0 #

Add copy utilities:

  • copyDirectory
  • copyFile
  • createDirectory
  • createFile
  • deleteDirectory
  • deleteFile

0.5.0 #

Add support for links in Directory.list

0.2.0 #

Classes

  • File (create, openWrite, openRead, writeAsBytes, writeAsString, copy)
  • Link (create, target)
  • Directory (create, list)
  • FileSystem (newDirectory, newFile, newLink, type, isFile, isDirectory, isLink)
  • FileSystemEntity (path, exists, delete, rename, absolute, isAbsolute, state, parent)
  • FileStat
  • FileSystemEntityType,
  • FileSystemException,

Static method (IO only)

  • Directory.current
  • FileSystemEntity.isFile
  • FileSystemEntity.isDirectory
  • FileSystemEntity.isLink
6
likes
0
pub points
86%
popularity

Publisher

verified publishertekartik.com

A portable file system implementation working on io, browser and memory (through idb_shim)

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

idb_shim, meta, path, sembast

More

Packages that depend on fs_shim