path_provider_watchos 0.0.1 copy "path_provider_watchos: ^0.0.1" to clipboard
path_provider_watchos: ^0.0.1 copied to clipboard

watchOS implementation of the path_provider plugin, using dart:ffi over Foundation to resolve the temporary, application-support, documents, and cache directories.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add path_provider_watchos

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

dependencies:
  path_provider_watchos: ^0.0.1

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:path_provider_watchos/path_provider_watchos.dart';
0
likes
140
points
6
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of the path_provider plugin, using dart:ffi over Foundation to resolve the temporary, application-support, documents, and cache directories.

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #path-provider #filesystem

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, path_provider_platform_interface

More

Packages that depend on path_provider_watchos

Packages that implement path_provider_watchos