gateway 0.2.2 copy "gateway: ^0.2.2" to clipboard
gateway: ^0.2.2 copied to clipboard

outdated

A flutter plugin to get gateway. If you want to obtain gateway related information in a WiFi network, you can use this package to obtain gateway IP address, network address, netmask, etc.

gateway #

A flutter plugin to get gateway information when wifi connect. Work on iOS and Android.

For Android: Need add:

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

Usage:

import 'package:gateway/gateway.dart';

Gateway gt = await Gateway.info;
print(gt);

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

2
likes
30
pub points
30%
popularity

Publisher

unverified uploader

A flutter plugin to get gateway. If you want to obtain gateway related information in a WiFi network, you can use this package to obtain gateway IP address, network address, netmask, etc.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on gateway