vk_library 1.0.3 copy "vk_library: ^1.0.3" to clipboard
vk_library: ^1.0.3 copied to clipboard

discontinued
outdated

This package is designed to work with VK api

example/vk_library_example.dart

import 'package:vk_library/vk_library.dart';

void main() async {
  final vk = VK(options: const VKOptions(token: ''));
  print(await vk.api.users.get(userIds: 1));
}
3
likes
120
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package is designed to work with VK api

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dio, json_annotation

More

Packages that depend on vk_library