v_platform 2.1.4 copy "v_platform: ^2.1.4" to clipboard
v_platform: ^2.1.4 copied to clipboard

VPlatformFile is a Dart package that provides easy handling of files from paths, URLs, assets, and bytes, with utilities for metadata, MIME type, and serialization support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add v_platform
copied to clipboard

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

dependencies:
  v_platform: ^2.1.4
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:v_platform/v_platform.dart';
copied to clipboard
4
likes
150
points
1.12k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

VPlatformFile is a Dart package that provides easy handling of files from paths, URLs, assets, and bytes, with utilities for metadata, MIME type, and serialization support.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, file_sizes, flutter, http, http_parser, mime, mime_type, path, universal_html

More

Packages that depend on v_platform