vkio v1.3.3
A package which allows you to access to the VK API.
Features
- 100% coverage of the VK API
Usage
import 'package:vkio/types.dart' show LanguageType;
import 'package:vkio/vk.dart';
Future<void> main() async {
VK vk = VK(
token: 'a35e27fbb06d242fa72551433d2da1607035f6cdba1244cee86a3087bdfd32d54b8d1b6e6486c14c0ebe6',
language: LanguageType.EN,
);
var response = await vk.api.messages.send({
'user_id': 1,
'message': 'Test message',
});
print(response);
}
Libraries
- account
- ads
- api
- apiexception
- apps
- auth
- board
- context
- database
- docs
- fave
- friends
- gifts
- groups
- handlers
- leads
- likes
- main
- market
- message-allow
- message-deny
- message-edit
- message-new
- message-reply
- messages
- newsfeed
- notes
- notifications
- orders
- pages
- photos
- polls
- prettycards
- search
- secure
- stats
- status
- storage
- stories
- streaming
- types
- updates
- users
- utils
- video
- vk
- vkio
- wall
- widgets