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

outdated

VK API SDK for Dart

vkio #

A package which allows you to access to the VK API.

Usage #

import 'package:vkio/vk.dart';

main() {
  VK vk = new VK('a35e27fbb06d242fa72551433d2da1607035f6cdba1244cee86a3087bdfd32d54b8d1b6e6486c14c0ebe6');
vk.api.utils.
  vk.api.messages.send({
    'user_id': 1,
    'message': 'Test',
  }).then((result) {
    print(result['response']);
  });
}

Supported methods #

Messages, Groups, Utils

13
likes
0
pub points
0%
popularity

Publisher

unverified uploader

VK API SDK for Dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http

More

Packages that depend on vkio