Skip to content

Commit

Permalink
Remove duplicate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Feb 15, 2024
1 parent 0274781 commit 58ab5a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'package:dartz/dartz.dart';
import 'package:flutter/foundation.dart';
import 'package:location/location.dart';
import 'package:network_info_plus/network_info_plus.dart';
import 'package:network_tools/network_tools.dart';
import 'package:network_tools_flutter/network_tools_flutter.dart';
import 'package:permission_handler/permission_handler.dart'
as permission_handler;

Expand Down
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ dependencies:
# Discover network info and configure themselves accordingly
network_info_plus: ^4.1.0
# Helps you discover open ports, devices on subnet and more.
network_tools: ^4.0.1
# Querying information about the application package, such as CFBundleVersion
network_tools_flutter: ^1.0.4
network_tools_flutter:
path: "../../network_tools_flutter"
# git:
# url: "https://github.com/guyluz11/network_tools_flutter.git"
# ref: "adding_mdns_ios_support"
package_info_plus: ^4.2.0
# Finding commonly used locations on the filesystem
path_provider: ^2.1.1
Expand Down

0 comments on commit 58ab5a2

Please sign in to comment.