cross_file 0.3.0-nullsafety copy "cross_file: ^0.3.0-nullsafety" to clipboard
cross_file: ^0.3.0-nullsafety copied to clipboard

outdated

An abstraction to allow working with files across multiple platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cross_file
copied to clipboard

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

dependencies:
  cross_file: ^0.3.0-nullsafety
copied to clipboard

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:cross_file/cross_file.dart';
copied to clipboard
254
likes
0
points
18.4k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.08.11 - 2025.02.23

An abstraction to allow working with files across multiple platforms.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on cross_file