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