Skip to content

Commit

Permalink
Merge branch 'develop' into feat/5403
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki authored Aug 15, 2024
2 parents c0a0725 + be819cb commit 5fb06b8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@

## Features

Full list of features on the wiki: https://wiki.openfoodfacts.org/Mobile_App/Features

- a scan that truly matches who you are (Green: the product matches your criteria, Red: there is a problem, Gray: Help us answer you by photographing the products)
- a product page that's knowledgeable, building on the vast amount of food facts we collect collaboratively, and other sources of knowledge, to help you make better food decisions

Expand Down
28 changes: 18 additions & 10 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.8"
dart_earcut:
dependency: transitive
description:
name: dart_earcut
sha256: "41b493147e30a051efb2da1e3acb7f38fe0db60afba24ac1ea5684cee272721e"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
dart_ping:
dependency: "direct main"
description:
Expand Down Expand Up @@ -640,10 +648,10 @@ packages:
dependency: "direct main"
description:
name: flutter_map
sha256: cda8d72135b697f519287258b5294a57ce2f2a5ebf234f0e406aad4dc14c9399
sha256: "2ecb34619a4be19df6f40c2f8dce1591675b4eff7a6857bd8f533706977385da"
url: "https://pub.dev"
source: hosted
version: "6.1.0"
version: "7.0.2"
flutter_native_splash:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1149,10 +1157,10 @@ packages:
dependency: "direct main"
description:
name: path_provider
sha256: c9e7d3a4cd1410877472158bee69963a4579f78b68c65a2b7d40d1a7a88bb161
sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.4"
path_provider_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1370,18 +1378,18 @@ packages:
dependency: transitive
description:
name: sentry
sha256: cbc29cbdd8a047aab3df42f826daf07e58dfb2e1d550895d1021a6d4e618b00d
sha256: "0f787e27ff617e4f88f7074977240406a9c5509444bac64a4dfa5b3200fb5632"
url: "https://pub.dev"
source: hosted
version: "8.4.0"
version: "8.7.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "96ce085e1be6c9963d93d42d6ba5c67484c076c59d25c94a7ba906549dc6c635"
sha256: fbbb47d72ccca48be25bf3c2ced6ab6e872991af3a0ba78e54be8d138f2e053f
url: "https://pub.dev"
source: hosted
version: "8.4.0"
version: "8.7.0"
share_plus:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1775,10 +1783,10 @@ packages:
dependency: "direct main"
description:
name: webview_flutter_android
sha256: f42447ca49523f11d8f70abea55ea211b3cafe172dd7a0e7ac007bb35dd356dc
sha256: c66651fba15f9d7ddd31daec42da8d6bce46c85610a7127e3ebcb39a4395c3c9
url: "https://pub.dev"
source: hosted
version: "3.16.4"
version: "3.16.6"
webview_flutter_platform_interface:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
carousel_slider: 4.2.1
cupertino_icons: 1.0.8
flutter_svg: 2.0.10+1
flutter_map: 6.1.0
flutter_map: 7.0.2
html: 0.15.4
flutter_widget_from_html_core: 0.8.3+1
fwfh_selectable_text: 0.8.3+1
Expand All @@ -37,7 +37,7 @@ dependencies:
photo_view: 0.15.0
uuid: 4.4.2
provider: 6.1.2
sentry_flutter: 8.4.0
sentry_flutter: 8.7.0
sqflite: 2.3.3+1
sqflite_common_ffi: 2.3.3
url_launcher: 6.3.0
Expand All @@ -56,13 +56,13 @@ dependencies:
intl: 0.19.0
collection: 1.18.0
path: 1.9.0
path_provider: 2.1.3
path_provider: 2.1.4
share_plus: 7.2.2
fimber: 0.7.0
shimmer: ^3.0.0
rive: 0.13.4
webview_flutter: 4.8.0
webview_flutter_android: 3.16.4
webview_flutter_android: 3.16.6
webview_flutter_wkwebview: 3.14.0
flutter_custom_tabs: 2.1.0
flutter_image_compress: 2.3.0
Expand Down

0 comments on commit 5fb06b8

Please sign in to comment.