vk_login 1.0.1 copy "vk_login: ^1.0.1" to clipboard
vk_login: ^1.0.1 copied to clipboard

Service for authorization via VK. Authorization takes place via webview. You do not need to have a registered VK standalone application

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vk_login

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

dependencies:
  vk_login: ^1.0.1

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_login/vk_login.dart';
1
likes
120
pub points
31%
popularity

Publisher

unverified uploader

Service for authorization via VK. Authorization takes place via webview. You do not need to have a registered VK standalone application

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http, shared_preferences, webview_flutter

More

Packages that depend on vk_login