Last updated:
0 purchases
network info plus tizen
network_info_plus_tizen #
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.4
copied to clipboard
Then you can import network_info_plus in your Dart code:
import 'package:network_info_plus/network_info_plus.dart';
copied to clipboard
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>
copied to clipboard
For detailed information on Tizen privileges, see Tizen Docs: API Privileges.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.