remote_file_system_interface 0.1.1 copy "remote_file_system_interface: ^0.1.1" to clipboard
remote_file_system_interface: ^0.1.1 copied to clipboard

An interface for file system utilities for a remote client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add remote_file_system_interface

With Flutter:

 $ flutter pub add remote_file_system_interface

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

dependencies:
  remote_file_system_interface: ^0.1.1

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:remote_file_system_interface/remote_file_system_interface.dart';
0
likes
120
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

An interface for file system utilities for a remote client.

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

meta, path

More

Packages that depend on remote_file_system_interface