Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Dec 7, 2023
1 parent 95e75ac commit 5173106
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion lib/models/recipe.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:azlistview/azlistview.dart';
import 'package:azlistview_plus/azlistview_plus.dart';
import 'package:fraction/fraction.dart';
import 'package:kitchenowl/models/item.dart';
import 'package:kitchenowl/models/model.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/household_page/recipe_list.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:azlistview/azlistview.dart';
import 'package:azlistview_plus/azlistview_plus.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:kitchenowl/cubits/recipe_list_cubit.dart';
Expand Down
40 changes: 20 additions & 20 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: "direct main"
description:
name: animations
sha256: ef57563eed3620bd5d75ad96189846aca1e033c0c45fc9a7d26e80ab02b88a70
sha256: "708e4b68c23228c264b038fe7003a2f5d01ce85fc64d8cae090e86b27fcea6c5"
url: "https://pub.dev"
source: hosted
version: "2.0.8"
version: "2.0.10"
ansicolor:
dependency: transitive
description:
Expand Down Expand Up @@ -41,14 +41,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.11.0"
azlistview:
azlistview_plus:
dependency: "direct main"
description:
name: azlistview
sha256: "93e865f11777a271b439f0d6b00799c0797e9daeec2e082a2e01373809c4b90d"
name: azlistview_plus
sha256: bbf08532db8ba2b9054100f68829e1841b23f3244e54712934f0f192651d8319
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
bloc:
dependency: transitive
description:
Expand Down Expand Up @@ -149,10 +149,10 @@ packages:
dependency: transitive
description:
name: cross_file
sha256: "2f9d2cbccb76127ba28528cb3ae2c2326a122446a83de5a056aaa3880d3882c5"
sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e
url: "https://pub.dev"
source: hosted
version: "0.3.3+7"
version: "0.3.3+8"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -380,10 +380,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: c4d899312b36e7454bedfd0a4740275837b99e532d81c8477579d8183db1de6c
sha256: "17d9671396fb8ec45ad10f4a975eb8a0f70bedf0fdaf0720b31ea9de6da8c4da"
url: "https://pub.dev"
source: hosted
version: "2.3.6"
version: "2.3.7"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -499,10 +499,10 @@ packages:
dependency: "direct dev"
description:
name: icons_launcher
sha256: "0c4a46dfbc1e9025745c1d28949149d601bdf56a892338e74c4b4dd9a7066987"
sha256: "3ed4560181f238e69ca5d55589d6946ef31e6a321c934251a26ce1d9e9867305"
url: "https://pub.dev"
source: hosted
version: "2.1.5"
version: "2.1.6"
image:
dependency: transitive
description:
Expand Down Expand Up @@ -744,10 +744,10 @@ packages:
dependency: transitive
description:
name: petitparser
sha256: eeb2d1428ee7f4170e2bd498827296a18d4e7fc462b71727d111c0ac7707cfa6
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
url: "https://pub.dev"
source: hosted
version: "6.0.1"
version: "6.0.2"
photo_view:
dependency: "direct main"
description:
Expand Down Expand Up @@ -824,10 +824,10 @@ packages:
dependency: transitive
description:
name: scrollable_positioned_list
sha256: "9566352ab9ba05794ee6c8864f154afba5d36c5637d0e3e32c615ba4ceb92772"
sha256: "1b54d5f1329a1e263269abc9e2543d90806131aa14fe7c6062a8054d57249287"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
version: "0.3.8"
share_handler:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1229,10 +1229,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "7c99c0e1e2fa190b48d25c81ca5e42036d5cac81430ef249027d97b0935c553f"
sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574
url: "https://pub.dev"
source: hosted
version: "5.1.0"
version: "5.1.1"
win32_registry:
dependency: transitive
description:
Expand All @@ -1253,10 +1253,10 @@ packages:
dependency: transitive
description:
name: xml
sha256: af5e77e9b83f2f4adc5d3f0a4ece1c7f45a2467b695c2540381bac793e34e556
sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
url: "https://pub.dev"
source: hosted
version: "6.4.2"
version: "6.5.0"
yaml:
dependency: transitive
description:
Expand Down
28 changes: 14 additions & 14 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.18.0
intl: ^0.18.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
cupertino_icons: ^1.0.6

collection: ^1.17.1
path_provider: ^2.0.14
Expand All @@ -39,30 +39,30 @@ dependencies:
shimmer: ^3.0.0
equatable: ^2.0.5
url_launcher: ^6.1.10
flutter_custom_tabs: ^1.0.4
flutter_custom_tabs: ^1.2.1
package_info_plus: ^5.0.1
device_info_plus: ^9.0.0
http: ^1.1.0
device_info_plus: ^9.1.1
http: ^1.1.2
diffutil_dart: ^4.0.0

responsive_builder: ^0.7.0
dynamic_color: ^1.6.3

azlistview: ^2.0.0
flutter_markdown: ^0.6.14
azlistview_plus: ^3.0.0
flutter_markdown: ^0.6.18
markdown: ^7.1.1
tuple: ^2.0.1
community_charts_flutter: ^1.0.1
community_charts_flutter: ^1.0.2
fl_chart: ^0.65.0
cached_network_image: ^3.2.3
image_picker: ^1.0.0
file_picker: ^6.0.0
cached_network_image: ^3.3.0
image_picker: ^1.0.4
file_picker: ^6.1.1
photo_view: ^0.14.0
share_handler: ^0.0.16
share_plus: ^7.1.0
share_handler: ^0.0.19
share_plus: ^7.2.1
reorderables: ^0.6.0
flutter_colorpicker: ^1.0.3
sliver_tools: ^0.2.10
sliver_tools: ^0.2.12
go_router: ^12.1.1
socket_io_client: ^2.0.3+1
fraction: ^5.0.2
Expand Down

0 comments on commit 5173106

Please sign in to comment.