vklib 0.2.0 copy "vklib: ^0.2.0" to clipboard
vklib: ^0.2.0 copied to clipboard

outdated

A simple VK library.

VK SDK for Dart. #

VK SDK for Dart allows you to use the VK API easily.

Install #

Add to your pubspec.yaml

dependencies:
  VkLib:
    git: git//:github.com/Waitrum/VkLib.git

Features #

Художественный фильм "Спиздили"

  • LongPoll
    • ✅ Bots
    • ❌ User

Usage #

import 'package:vklib/vklib.dart';

void main() async {
  var vk = VkLib(token: '%token');
  await vk.api.messages.send(
      user_id: 1,
      message: 'Hello',
  );
}
9
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A simple VK library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dotenv, http, logger

More

Packages that depend on vklib