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.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(const ExampleApp());

class ExampleApp extends StatelessWidget {
  const ExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('path_provider_tvos')),
        body: const Center(
          child: Text(
            'Native federated tvOS skeleton.\n'
            'Implement the plugin (see PORTING_REPORT.md), then call it here.',
            textAlign: TextAlign.center,
          ),
        ),
      ),
    );
  }
}
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