Skip to content

Latest commit

 

History

History
 
 

wifi_info_flutter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

wifi_info_flutter_tizen

The Tizen implementation of wifi_info_flutter.

Usage

This package is not an endorsed implementation of wifi_info_flutter. Therefore, you have to include wifi_info_flutter_tizen alongside wifi_info_flutter as dependencies in your pubspec.yaml file.

dependencies:
  wifi_info_flutter: ^2.0.0
  wifi_info_flutter_tizen: ^2.0.0

Then you can import wifi_info_flutter in your Dart code:

import 'package:wifi_info_flutter/wifi_info_flutter.dart';

For detailed usage, see https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter/wifi_info_flutter#usage.

Required privileges

To get network information using this plugin, add below lines under the <manifest> section in your tizen-manifest.xml file,

<privileges>
  <privilege>http://tizen.org/privilege/network.get</privilege>
</privileges>

For details, see Security and API Privileges.