vkdart 1.1.0
vkdart: ^1.1.0 copied to clipboard
Package helps simplify working with the VK API. Completely wraps VK methods, has event support and much more.
1.0.0 #
- Initial version.
1.0.1 #
- Added API methods interfaces
1.0.2 #
- Added Longpoll API support
1.0.3 #
- Added Callback API support
1.0.4 #
- Documented methods that had no documentation
- The structure for receiving updates Longpoll API, Callback API has been changed
- Added missing methods
- Method interfaces, Longpoll API, Callback API classes have been moved to separate libraries.
1.1.0 #
- Documentation completely rewritten
- Added error handler when reading LongPoll events
- Structures for attachments written
- Tests have been written.