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

tvOS (Apple TV) implementation of the path_provider Flutter plugin, provided by flutter-tvos.

path_provider_tvos #

tvOS implementation of path_provider for flutter-tvos.

Hand-written, maintained tvOS implementation. The upstream path_provider_foundation is a dart:ffi/native-assets plugin that the tvOS toolchain cannot build, so this is not generated output. Verified: exercised on a physical Apple TV via video_player_tvos (14/14).

Usage #

dependencies:
  path_provider: ^2.x
  path_provider_tvos: ^0.0.1

tvOS support #

✅ Supported #

  • getTemporaryDirectory()NSTemporaryDirectory()
  • getApplicationDocumentsDirectory() — app Documents/
  • getApplicationSupportDirectory()Library/Application Support/ (auto-created)
  • getApplicationCacheDirectory()Library/Caches/ (auto-created)
  • getLibraryDirectory() — app Library/

❌ Not supported on tvOS #

  • getDownloadsDirectory() → returns null (no user Downloads dir).
  • getExternalStorage*UnsupportedError (Android-only, same as iOS).

See PORTING_REPORT.md for detail.

0
likes
140
points
48
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the path_provider Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, path_provider_platform_interface

More

Packages that depend on path_provider_tvos

Packages that implement path_provider_tvos