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
copied to clipboard

With Flutter:

 $ flutter pub add remote_file_system_interface
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
0
likes
110
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.07 - 2025.01.19

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