vk_library 1.0.4 copy "vk_library: ^1.0.4" to clipboard
vk_library: ^1.0.4 copied to clipboard

VK SDK for Dart with support for all public VK api methods, Bots Longpoll, User Longpoll, etc.

example/vk_library_example.dart

import 'package:vk_library/vk_library.dart';

void main() async {
  final vk = VK(options: const VKOptions(token: ''));
  print(await vk.api.users.get(userIds: ['durov']));
}
3
likes
140
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

VK SDK for Dart with support for all public VK api methods, Bots Longpoll, User Longpoll, etc.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dio, json_annotation

More

Packages that depend on vk_library