vpn_notice 0.1.0 copy "vpn_notice: ^0.1.0" to clipboard
vpn_notice: ^0.1.0 copied to clipboard

Detect active VPN connections and show a customizable notice — banner, snackbar, dialog, or bottom sheet — with zero third-party Dart dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vpn_notice

With Flutter:

 $ flutter pub add vpn_notice

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  vpn_notice: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vpn_notice/vpn_notice.dart';
2
likes
0
points
133
downloads

Publisher

unverified uploader

Weekly Downloads

Detect active VPN connections and show a customizable notice — banner, snackbar, dialog, or bottom sheet — with zero third-party Dart dependencies.

Repository (GitHub)
View/report issues

Topics

#vpn #networking #banner #notification

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vpn_notice

Packages that implement vpn_notice