vkio 1.2.0 copy "vkio: ^1.2.0" to clipboard
vkio: ^1.2.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.

example/main.dart

import 'package:vkio/vk.dart';

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

Future<void> main() async {
  /// Type of response is map because
  /// response is json decoded
  Map response = await vk.api.groups.getById();

  print(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