vk_id_auth 0.0.2 copy "vk_id_auth: ^0.0.2" to clipboard
vk_id_auth: ^0.0.2 copied to clipboard

discontinued

A Flutter plugin for auth via VK ID SDK. The plugin allows you to log in using VK ID SDK and receive an access token and user data. If the VK application is installed on the device, then the plugin wi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vk_id_auth

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

dependencies:
  vk_id_auth: ^0.0.2

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:vk_id_auth/vk_id_auth.dart';
1
likes
0
points
10
downloads

Publisher

verified publisherdev.kurmantaev.ru

Weekly Downloads

A Flutter plugin for auth via VK ID SDK. The plugin allows you to log in using VK ID SDK and receive an access token and user data. If the VK application is installed on the device, then the plugin will try to log in through it, otherwise the browser will be used. Only iOS and ANDROID are supported.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on vk_id_auth

Packages that implement vk_id_auth