vpn_notice 0.2.0 copy "vpn_notice: ^0.2.0" to clipboard
vpn_notice: ^0.2.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 Flutter:

 $ flutter pub add vpn_notice

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

dependencies:
  vpn_notice: ^0.2.0

Alternatively, your editor might support 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';
1
likes
160
points
133
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vpn_notice

Packages that implement vpn_notice