This package is designed to work with VK api
More...
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)); }
API reference
unverified uploader
Repository (GitHub)View/report issues
BSD-3-Clause (license)
dio, json_annotation
Packages that depend on vk_library
Back