vk_id 1.0.1
vk_id: ^1.0.1 copied to clipboard
Dart module with VK ID OAuth API functions. The module allows to log in using VK ID API and receive an access token and user data
example/lib/main.dart
import 'launch_helper.dart';
Future<void> main() async {
await LaunchHelper.initApp();
}