vkdart 1.0.0
vkdart: ^1.0.0 copied to clipboard
Library for interacting with Vkontakte API
vkdart #
Library for interacting with Vkontakte API.
Preferably used with a group token.
Features #
You can use the library for:
- Create bots inside Vkontakte
- Simple interaction with VK
Usage #
var vk = VkDart(token: '');
var api = vk.getApi();
var response = await api.request('users.get', { 'user_id': 1 });
print(response);
Todo #
Plans for the near future:
- Generate Vkontakte API methods interfaces
- Add support for LongPoll API
Additional information #
If you find a bug or an error in the code, please contact the issue tracker