Update flutter to 3.29

The translations are not stored in a synthetic package anymore, but the
files are just copied to a specific folder so it can be more easily imported

Also, flutter_barcode_scanner was replaced by simple_barcode_scanner since
the first hasn't been updated in 3 years and was already causing problems
for some time
This commit is contained in:
Roland Geider
2025-03-18 17:13:08 +01:00
parent b8f4167c9e
commit d071d143df
135 changed files with 1249 additions and 577 deletions

View File

@@ -23,8 +23,8 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "de.wger.flutter"
compileSdkVersion 34
ndkVersion "25.1.8937393"
compileSdkVersion 35
ndkVersion "26.3.11579264"
compileOptions {
sourceCompatibility JavaVersion.VERSION_11