Skip to content

Files

Latest commit

79288a2 · May 22, 2025

History

History

network_info_plus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 22, 2025
Jun 21, 2023
Jun 22, 2021
May 22, 2025
May 13, 2025
May 13, 2025
Sep 8, 2021
May 13, 2025

README.md

network_info_plus_tizen

pub package

The Tizen implementation of network_info_plus.

Usage

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

dependencies:
  network_info_plus: ^4.1.0
  network_info_plus_tizen: ^1.1.5

Then you can import network_info_plus in your Dart code:

import 'package:network_info_plus/network_info_plus.dart';

For detailed usage, see https://pub.dev/packages/network_info_plus#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 detailed information on Tizen privileges, see Tizen Docs: API Privileges.