vkio 1.3.3 copy "vkio: ^1.3.3" to clipboard
vkio: ^1.3.3 copied to clipboard

VK API SDK is a Dart package allows you to access to all VK API methods such as Messages, Groups, Utils, etc.

example/main.dart

import 'package:vkio/vk.dart';

VK vk = VK(
  token:
      'a35e27fbb06d242fa72551433d2da1607035f6cdba1244cee86a3087bdfd32d54b8d1b6e6486c14c0ebe6',
  version: '5.103',
);

Future<void> main() async {
  var response = await vk.api.groups.getById();

  print(response);
}
13
likes
40
pub points
0%
popularity

Publisher

unverified uploader

VK API SDK is a Dart package allows you to access to all VK API methods such as Messages, Groups, Utils, etc.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

html, http

More

Packages that depend on vkio