connectivity_tizen 2.0.1 copy "connectivity_tizen: ^2.0.1" to clipboard
connectivity_tizen: ^2.0.1 copied to clipboard

discontinuedreplaced by: connectivity_plus_tizen
outdated

Flutter plugin for discovering the state of the network (WiFi) connectivity on Tizen.

connectivity_tizen #

The Tizen implementation of connectivity.

Usage #

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

dependencies:
  connectivity: ^3.0.3
  connectivity_tizen: ^2.0.1

Then you can import connectivity in your Dart code:

import 'package:connectivity/connectivity.dart';

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

Supported devices #

This plugin is supported on these types of devices:

  • Galaxy Watch (running Tizen 4.0 or later)

Required privileges #

To get connectivity 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>
0
likes
100
pub points
0%
popularity

Publisher

verified publishertizen.org

Flutter plugin for discovering the state of the network (WiFi) connectivity on Tizen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

connectivity_platform_interface, flutter

More

Packages that depend on connectivity_tizen