network_tools_flutter 1.0.5 copy "network_tools_flutter: ^1.0.5" to clipboard
network_tools_flutter: ^1.0.5 copied to clipboard

Extended features of network_tools package for flutter framework supporting iOS and Android

Network Tools Flutter #

pub package Dart codecov

Features #

This package will add support for flutter features which is out of the scope of network_tools because of platform limitations.

Getting started #

Usage #

Add dependency in pubspec.yml

dependencies:
  flutter:
    sdk: flutter
    
  network_tools_flutter: ^1.0.4

Import package in your project

import 'package:network_tools_flutter/network_tools_flutter.dart';

Use HostScannerFlutter and PortScannerFlutter for your flutter projects. See example directory for illustration.

Additional information #

You can use same APIs but need to import from network_tools_flutter. All APIs from network_tools are automatically imported by network_tools_flutter. So just import network_tools_flutter in your flutter app.

5
likes
130
pub points
79%
popularity

Publisher

verified publisherfsoc13ty.blogspot.com

Extended features of network_tools package for flutter framework supporting iOS and Android

Repository (GitHub)
View/report issues

Topics

#network #ping #arp #port #scanner

Documentation

API reference

Funding

Consider supporting this project:

liberapay.com
ko-fi.com

License

Apache-2.0 (LICENSE)

Dependencies

dart_ping, dart_ping_ios, fake_http_client, flutter, flutter_isolate, intl, logging, network_tools, path_provider, universal_io

More

Packages that depend on network_tools_flutter