FLUTTER ECOSYSTEM

RenatFakhrutdinov/check_vpn_connection

デバイス上のVPN接続状態を定義できる、シンプルで軽量なFlutterパッケージです。

VPN接続を確認する のプロジェクト画像
Stars
10
Forks
8
最終プッシュ(UTC)
2023/11/22
プロジェクト状態
公開中
Renat Fakhrutdinov GitHub avatar
GITHUB User

Renat Fakhrutdinov ↗

Software engineer

Russia
言語DartSwiftKotlinObjective-C

技術トピック

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 2 件
  • flutter{"sdk":"flutter"}
  • flutter_test開発用{"sdk":"flutter"}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

check_vpn_connection

License: MIT Pub

A simple and lightweight Flutter package that lets you define VPN connection status on your devices.

Note this plugin is in the early stages of development and has been poorly tested. You can use the plugin at your own risk.

How to use

You can get a VPN connection status, which is either true (vpn connected) or false (no vpn connection)


if (await CheckVpnConnection.isVpnActive()) {
  // do some action if VPN connection status is true
}

Also see our Example.

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page.

Want to contribute

To contribute, follow the following easy steps

Step 1
  • Fork this repo!
Step 2
  • Make your own updates
Step 3
  • Create a new pull request