Skip to content

Commit

Permalink
update flutter and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
herzhenr committed Jun 18, 2023
1 parent ec1226c commit b992817
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 124 deletions.
1 change: 1 addition & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
Expand Down
12 changes: 8 additions & 4 deletions lib/screens/home/discover.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,14 @@ class _DiscoverPageState extends State<DiscoverPage> {
title: AppLocalizations.of(context)!
.discoverAddCustomDeviceCard,
trailing: const Icon(Icons.arrow_forward),
onTap: () => showBottomSheet(
title: AppLocalizations.of(context)!
.discoverAddCustomAlertTitle,
device: NetworkDevice()))
onTap: () => showCustomBottomSheet(
context: context,
formPage: NetworkDeviceFormPage(
title: AppLocalizations.of(context)!
.discoverAddDeviceAlertTitle,
device: NetworkDevice(),
onSubmitDeviceCallback:
widget.updateDevicesList)))
],
),
TextTitle(
Expand Down
159 changes: 45 additions & 114 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: transitive
description:
name: async
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.dev"
source: hosted
version: "2.10.0"
version: "2.11.0"
boolean_selector:
dependency: transitive
description:
Expand All @@ -57,30 +57,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.1"
build:
dependency: transitive
description:
name: build
sha256: "43865b79fbb78532e4bff7c33087aa43b1d488c4fdef014eaef568af6d8016dc"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
built_collection:
dependency: transitive
description:
name: built_collection
sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100"
url: "https://pub.dev"
source: hosted
version: "5.1.1"
built_value:
dependency: transitive
description:
name: built_value
sha256: "7dd62d9faf105c434f3d829bbe9c4be02ec67f5ed94832222116122df67c5452"
url: "https://pub.dev"
source: hosted
version: "8.6.0"
change_app_package_name:
dependency: "direct dev"
description:
Expand All @@ -93,10 +69,10 @@ packages:
dependency: transitive
description:
name: characters
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.3.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -129,22 +105,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.1"
code_builder:
dependency: transitive
description:
name: code_builder
sha256: "0d43dd1288fd145de1ecc9a3948ad4a6d5a82f0a14c4fdd0892260787d975cbe"
url: "https://pub.dev"
source: hosted
version: "4.4.0"
collection:
dependency: transitive
description:
name: collection
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.17.1"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -189,26 +157,18 @@ packages:
dependency: "direct main"
description:
name: dart_ping
sha256: "623cce963c66643cb26661187651a1c69ec09ac3a8bae3a17717aed0e17c0054"
sha256: "91ee37e5bf5316caca5bd6f7b6016e73cd861b6a4b99565a2fd89b1d65003e1a"
url: "https://pub.dev"
source: hosted
version: "7.0.2"
version: "8.0.1"
dart_ping_ios:
dependency: "direct main"
description:
name: dart_ping_ios
sha256: a79e25f2227add97c90ea64dfe86421d2c6e3c4ba3dc826b648dbf99a4bd476f
url: "https://pub.dev"
source: hosted
version: "2.0.1"
dart_style:
dependency: transitive
description:
name: dart_style
sha256: f4f1f73ab3fd2afcbcca165ee601fe980d966af6a21b5970c6c9376955c528ad
sha256: ade22dedb8bbe37b6ba69bbfb0cbb36b6a20f55f6a63abcb4583373f9ea8eebd
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "3.0.0"
dbus:
dependency: transitive
description:
Expand All @@ -217,14 +177,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.7.8"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
ffi:
dependency: transitive
description:
Expand All @@ -249,14 +201,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.2.7"
fixnum:
dependency: transitive
description:
name: fixnum
sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -299,11 +243,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.9"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -353,10 +292,10 @@ packages:
dependency: "direct main"
description:
name: intl
sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91"
sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
url: "https://pub.dev"
source: hosted
version: "0.17.0"
version: "0.18.0"
io:
dependency: transitive
description:
Expand All @@ -365,14 +304,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
isolate_contactor:
dependency: transitive
description:
name: isolate_contactor
sha256: e6afce524574cd16a4370dfae75a1718e561ea24175e0b2db5db4ba82d86662f
url: "https://pub.dev"
source: hosted
version: "2.1.0"
isolate_manager:
dependency: transitive
description:
name: isolate_manager
sha256: "9bb8cde93ce6670606a01b405c4efa8eafe4d7eb28c94d193760f53d85213999"
url: "https://pub.dev"
source: hosted
version: "2.2.0+5"
js:
dependency: transitive
description:
name: js
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.6.5"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand All @@ -381,14 +336,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.8.0"
lan_scanner:
dependency: "direct main"
description:
name: lan_scanner
sha256: cb3ece64ab8eacb5ce367b792e1ceedfbf4d6e74d8bb4184919c7f832742967c
url: "https://pub.dev"
source: hosted
version: "3.5.0"
lints:
dependency: transitive
description:
Expand All @@ -409,10 +356,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.dev"
source: hosted
version: "0.12.13"
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
Expand All @@ -425,10 +372,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
version: "1.9.1"
mime:
dependency: transitive
description:
Expand All @@ -437,14 +384,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
mockito:
dependency: "direct main"
description:
name: mockito
sha256: dd61809f04da1838a680926de50a9e87385c1de91c6579629c3d1723946e8059
url: "https://pub.dev"
source: hosted
version: "5.4.0"
multicast_dns:
dependency: "direct main"
description:
Expand Down Expand Up @@ -473,10 +412,10 @@ packages:
dependency: "direct main"
description:
name: network_tools
sha256: c4d52c61fed76ce133f1421291f4e8dbca38d758ee87dd3e0821a17d7c671cd5
sha256: "8d4f251ebd8581d1c9738159824e9e13cd8746627b09705cfecf4094c935bc82"
url: "https://pub.dev"
source: hosted
version: "3.0.0+3"
version: "3.2.1"
nm:
dependency: transitive
description:
Expand Down Expand Up @@ -505,10 +444,10 @@ packages:
dependency: transitive
description:
name: path
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
url: "https://pub.dev"
source: hosted
version: "1.8.2"
version: "1.8.3"
path_provider:
dependency: "direct main"
description:
Expand Down Expand Up @@ -730,14 +669,6 @@ packages:
description: flutter
source: sdk
version: "0.0.99"
source_gen:
dependency: transitive
description:
name: source_gen
sha256: "373f96cf5a8744bc9816c1ff41cf5391bbdbe3d7a96fe98c622b6738a8a7bd33"
url: "https://pub.dev"
source: hosted
version: "1.3.2"
source_map_stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -806,26 +737,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: a5fcd2d25eeadbb6589e80198a47d6a464ba3e2049da473943b8af9797900c2d
sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4"
url: "https://pub.dev"
source: hosted
version: "1.22.0"
version: "1.24.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
url: "https://pub.dev"
source: hosted
version: "0.4.16"
version: "0.5.1"
test_core:
dependency: transitive
description:
name: test_core
sha256: "0ef9755ec6d746951ba0aabe62f874b707690b5ede0fecc818b138fcc9b14888"
sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93"
url: "https://pub.dev"
source: hosted
version: "0.4.20"
version: "0.5.1"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -995,5 +926,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.19.2 <3.0.0"
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=3.3.0"
8 changes: 2 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ dependencies:


multicast_dns: ^0.3.2+3
lan_scanner: ^3.5.0
network_tools: ^3.0.0+3
dart_ping: ^7.0.2
dart_ping_ios: ^2.0.1
dart_ping: ^8.0.1
dart_ping_ios: ^3.0.0
network_info_plus: ^3.0.2
path_provider: ^2.0.14
uuid: ^3.0.7
Expand All @@ -54,11 +53,8 @@ dependencies:
file_picker: ^5.2.7
url_launcher: ^6.1.10
adaptive_theme: ^3.2.0
mockito: ^5.4.0

dev_dependencies:
flutter_test:
sdk: flutter

# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
Expand Down

0 comments on commit b992817

Please sign in to comment.