Skip to content

Commit

Permalink
Upgrade to Flutter v3.10.0, Dart v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 30, 2023
1 parent 9d4ab4d commit 81e4ebe
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 24 deletions.
48 changes: 28 additions & 20 deletions example/pubspec.lock
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: dart_date
sha256: "5224a009e23bc3db93e794dad6e4336122d82fc4123122d5bc1753c08ace7d2d"
sha256: e248419c035d4adb535dfa461ee6c65e15f9e0258541d48362e1168c0c3024cd
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.2.2"
dartx:
dependency: transitive
description:
Expand All @@ -85,18 +85,18 @@ packages:
dependency: "direct main"
description:
name: debug_overlay
sha256: "0fc9bff190afda919dccb0f29c17e40c71e02c90a85f25f7f1be4e92ed0a0034"
sha256: "04c4800550e257b8275b56e5735c8370a8c92d9bffc2cfe2c5c89df734c7db0f"
url: "https://pub.dev"
source: hosted
version: "0.2.7"
version: "0.2.8"
device_info_plus:
dependency: transitive
description:
name: device_info_plus
sha256: f52ab3b76b36ede4d135aab80194df8925b553686f0fa12226b4e2d658e45903
sha256: "2c35b6d1682b028e42d07b3aee4b98fa62996c10bc12cb651ec856a80d6a761b"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
version: "9.0.2"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand All @@ -117,10 +117,10 @@ packages:
dependency: transitive
description:
name: file
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
url: "https://pub.dev"
source: hosted
version: "6.1.4"
version: "7.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -156,10 +156,10 @@ packages:
dependency: transitive
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.0.0"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -212,10 +212,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
url: "https://pub.dev"
source: hosted
version: "0.12.15"
version: "0.12.16"
material_color_utilities:
dependency: transitive
description:
Expand All @@ -236,10 +236,10 @@ packages:
dependency: transitive
description:
name: package_info_plus
sha256: "10259b111176fba5c505b102e3a5b022b51dd97e30522e906d6922c745584745"
sha256: ceb027f6bc6a60674a233b4a90a7658af1aebdea833da0b5b53c1e9821a78c7b
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "4.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -353,10 +353,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: daadc9baabec998b062c9091525aa95786508b1c48e9c30f1f891b8bf6ff2e64
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
url: "https://pub.dev"
source: hosted
version: "0.5.2"
version: "0.6.0"
time:
dependency: transitive
description:
Expand Down Expand Up @@ -408,10 +408,18 @@ packages:
dependency: transitive
description:
name: win32
sha256: "5a751eddf9db89b3e5f9d50c20ab8612296e4e8db69009788d6c8b060a84191c"
sha256: "7dacfda1edcca378031db9905ad7d7bd56b29fd1a90b0908b71a52a12c41e36b"
url: "https://pub.dev"
source: hosted
version: "5.0.3"
win32_registry:
dependency: transitive
description:
name: win32_registry
sha256: e4506d60b7244251bc59df15656a3093501c37fb5af02105a944d73eb95be4c9
url: "https://pub.dev"
source: hosted
version: "4.1.4"
version: "1.1.1"
sdks:
dart: ">=3.0.0-417 <4.0.0"
flutter: ">=3.7.0"
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Expand Up @@ -3,8 +3,8 @@ description: A simple example app for the timetable package
publish_to: none

environment:
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'

dependencies:
debug_overlay: ^0.2.1
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -17,8 +17,8 @@ screenshots:
path: doc/demo-dragAndDrop.webp

environment:
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'

dependencies:
async: ^2.6.0
Expand Down

0 comments on commit 81e4ebe

Please sign in to comment.