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

outdated

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

vkio v1.1.0 #

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

Features #

  • 100% coverage of the VK API

Usage #

import 'package:vkio/vk.dart';

main() {
  VK vk = new VK('a35e27fbb06d242fa72551433d2da1607035f6cdba1244cee86a3087bdfd32d54b8d1b6e6486c14c0ebe6');

  vk.api.messages.send({
    'user_id': 1,
    'message': 'Test',
  }).then((result) {
    print(result['response']);
  });
}
13
likes
0
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

unknown (LICENSE)

Dependencies

html, http

More

Packages that depend on vkio