pikvn_client 0.0.8 copy "pikvn_client: ^0.0.8" to clipboard
pikvn_client: ^0.0.8 copied to clipboard

A client to upload your photos (local file, remote url..etc) to https://2.pik.vn. Supports resize images on the fly

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pikvn_client

With Flutter:

 $ flutter pub add pikvn_client

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

dependencies:
  pikvn_client: ^0.0.8

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:pikvn_client/pikvn_client.dart';
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A client to upload your photos (local file, remote url..etc) to https://2.pik.vn. Supports resize images on the fly

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

dio, image

More

Packages that depend on pikvn_client