Skip to content

Code-Vedas/cv-native-client

Repository files navigation

VK Native Client

Flutter plugin for VK Native Client. This plugin allows you to access Native API's of platform.

Usage

To use this plugin, add vk_native_client as a dependency in your pubspec.yaml file.

Installation

Add this to your package's pubspec.yaml file:

dependencies:
  vk_native_client: ^0.0.3

Example

import 'package:vk_native_client/vk_native_client.dart';

// Get platform version
String platformVersion = await VkNativeClient().getPlatformVersion();

// Get clipboard text
String clipboardText = await VkNativeClient().getClipboardText();

// Set clipboard text

await VkNativeClient().setClipboardText('Hello, world!');

About

Native client for accessing native implementation of functions in Flutter

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •