{"id":18275606,"url":"https://github.com/code-vedas/cv-native-client","last_synced_at":"2026-01-11T13:35:16.953Z","repository":{"id":176409433,"uuid":"652857428","full_name":"Code-Vedas/cv-native-client","owner":"Code-Vedas","description":"Native client for accessing native implementation of functions in Flutter","archived":false,"fork":false,"pushed_at":"2024-01-27T21:04:43.000Z","size":434,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-25T16:45:05.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code-Vedas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-13T00:00:53.000Z","updated_at":"2024-01-27T21:01:53.000Z","dependencies_parsed_at":"2024-11-05T12:13:27.007Z","dependency_job_id":"37036cee-661e-488c-b0a5-b2e8b88e5726","html_url":"https://github.com/Code-Vedas/cv-native-client","commit_stats":null,"previous_names":["code-vedas/vk-native-client","code-vedas/cv-native-client"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Vedas%2Fcv-native-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Vedas%2Fcv-native-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Vedas%2Fcv-native-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Vedas%2Fcv-native-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Vedas","download_url":"https://codeload.github.com/Code-Vedas/cv-native-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974731,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T12:13:24.167Z","updated_at":"2026-01-11T13:35:16.909Z","avatar_url":"https://github.com/Code-Vedas.png","language":"C++","readme":"# CV Native Client\n\nFlutter plugin for CV Native Client.\nThis plugin allows you to access Native API's of platform.\n\n## Usage\n\nTo use this plugin, add `cv_native_client` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).\n\n### Installation\n\nAdd this to your package's pubspec.yaml file:\n\n```yaml\ndependencies:\n  cv_native_client: ^1.0.1\n```\n\n### Example\n\n```dart\nimport 'package:cv_native_client/cv_native_client.dart';\n\n// Get platform version\nString platformVersion = await CvNativeClient.getPlatformVersion();\n\n// Get clipboard data mime types\nfinal List\u003cCvClipboardMimeType\u003e mimeTypes = await CvNativeClient.getClipboardDataMimeTypes();\nlog('Clipboard mime types: $mimeTypes');\n\n// Get clipboard Data\nfinal CvClipboardData? clipboardData = await CvNativeClient.getClipboardData();\nlog('Clipboard text: ${clipboardData?.plainText}');\nlog('Clipboard html: ${clipboardData?.htmlText}');\n\n// Set clipboard Data\nawait CvNativeClient.setClipboardData(CvClipboardData(plainText: 'Hello World!', htmlText: '\u003cb\u003eHello World!\u003c/b\u003e'));\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-vedas%2Fcv-native-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-vedas%2Fcv-native-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-vedas%2Fcv-native-client/lists"}