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

discontinued
PlatformAndroidiOS

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.

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.4

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
140
points
12
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.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on vk_id_auth

Packages that implement vk_id_auth