Skip to content

Commit

Permalink
Merge branch 'develop' into fix/5691
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki authored Oct 12, 2024
2 parents d76e37e + bc67e61 commit 53f8ab3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
40 changes: 32 additions & 8 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,18 +1487,26 @@ packages:
dependency: "direct main"
description:
name: sqflite
sha256: a43e5a27235518c03ca238e7b4732cf35eabe863a369ceba6cbefa537a66f16d
sha256: "79a297dc3cc137e758c6a4baf83342b039e5a6d2436fcdf3f96a00adaaf2ad62"
url: "https://pub.dev"
source: hosted
version: "2.3.3+1"
version: "2.4.0"
sqflite_android:
dependency: transitive
description:
name: sqflite_android
sha256: "78f489aab276260cdd26676d2169446c7ecd3484bbd5fead4ca14f3ed4dd9ee3"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
sqflite_common:
dependency: transitive
description:
name: sqflite_common
sha256: "3da423ce7baf868be70e2c0976c28a1bb2f73644268b7ffa7d2e08eab71f16a4"
sha256: "4468b24876d673418a7b7147e5a08a715b4998a7ae69227acafaab762e0e5490"
url: "https://pub.dev"
source: hosted
version: "2.5.4"
version: "2.5.4+5"
sqflite_common_ffi:
dependency: "direct main"
description:
Expand All @@ -1507,6 +1515,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.3"
sqflite_darwin:
dependency: transitive
description:
name: sqflite_darwin
sha256: "769733dddf94622d5541c73e4ddc6aa7b252d865285914b6fcd54a63c4b4f027"
url: "https://pub.dev"
source: hosted
version: "2.4.1-1"
sqflite_platform_interface:
dependency: transitive
description:
name: sqflite_platform_interface
sha256: "8dd4515c7bdcae0a785b0062859336de775e8c65db81ae33dd5445f35be61920"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
sqlite3:
dependency: transitive
description:
Expand Down Expand Up @@ -1751,18 +1775,18 @@ packages:
dependency: "direct main"
description:
name: webview_flutter
sha256: ec81f57aa1611f8ebecf1d2259da4ef052281cb5ad624131c93546c79ccc7736
sha256: "889a0a678e7c793c308c68739996227c9661590605e70b1f6cf6b9a6634f7aec"
url: "https://pub.dev"
source: hosted
version: "4.9.0"
version: "4.10.0"
webview_flutter_android:
dependency: "direct main"
description:
name: webview_flutter_android
sha256: "47a8da40d02befda5b151a26dba71f47df471cddd91dfdb7802d0a87c5442558"
sha256: "74693a212d990b32e0b7055d27db973a18abf31c53942063948cdfaaef9787ba"
url: "https://pub.dev"
source: hosted
version: "3.16.9"
version: "4.0.0"
webview_flutter_platform_interface:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
uuid: 4.5.1
provider: 6.1.2
sentry_flutter: 8.9.0
sqflite: 2.3.3+1
sqflite: 2.4.0
sqflite_common_ffi: 2.3.3
url_launcher: 6.3.0
visibility_detector: 0.4.0+2
Expand All @@ -61,8 +61,8 @@ dependencies:
fimber: 0.7.0
shimmer: ^3.0.0
rive: 0.13.14
webview_flutter: 4.9.0
webview_flutter_android: 3.16.9
webview_flutter: 4.10.0
webview_flutter_android: 4.0.0
webview_flutter_wkwebview: 3.16.0
flutter_custom_tabs: 2.1.0
flutter_image_compress: 2.3.0
Expand Down

0 comments on commit 53f8ab3

Please sign in to comment.