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

outdated

Library for interacting with Vkontakte API

vkdart #

Pub

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.users.get({'user_id': 1});

/// Second way
var response2 = await api.request('users.get', {'user_id': 1});

print(response);
print(response2);

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

6
likes
0
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

Library for interacting with Vkontakte API

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, json_annotation

More

Packages that depend on vkdart