network_tools_flutter 1.0.2 network_tools_flutter: ^1.0.2 copied to clipboard
Extended features of network_tools package for flutter framework supporting iOS and Android
Network Tools Flutter #
Features #
This package will add support for flutter features which is out of the scope of network_tools because of platform limitations but network_tools must also be added to pubspec.yml
Getting started #
Usage #
Add dependency in pubspec.yml
dependencies:
flutter:
sdk: flutter
network_tools_flutter: ^1.0.1
network_tools: ^3.2.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 methods but need to import from network_tools_flutter.