v_platform 1.2.2 copy "v_platform: ^1.2.2" to clipboard
v_platform: ^1.2.2 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 Dart:

 $ dart pub add v_platform

With Flutter:

 $ flutter pub add v_platform

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

dependencies:
  v_platform: ^1.2.2

Alternatively, your editor might support dart pub get or 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
0
pub points
77%
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

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on v_platform