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

The V_Platform Flutter package is a powerful and versatile utility designed to simplify platform-specific file operations and streamline the handling of different platforms in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add v_platform

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

dependencies:
  v_platform: ^1.2.3

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';
2
likes
110
pub points
71%
popularity

Publisher

unverified uploader

The V_Platform Flutter package is a powerful and versatile utility designed to simplify platform-specific file operations and streamline the handling of different platforms in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on v_platform