Skip to content

a flutter plugin to get gateway information.

License

Notifications You must be signed in to change notification settings

ffabss/flutter_gateway

 
 

Repository files navigation

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.

About

a flutter plugin to get gateway information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.4%
  • Objective-C 14.4%
  • Dart 14.3%
  • Java 13.1%
  • Ruby 9.8%