Skip to content

Commit 83ac961

Browse files
committed
wip - ready?
1 parent b8eca3d commit 83ac961

File tree

7 files changed

+20
-11
lines changed

7 files changed

+20
-11
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "com.android.application"
3-
id 'org.jetbrains.kotlin.android' version '2.1.20'
3+
id 'org.jetbrains.kotlin.android' version '2.3.0'
44
id "dev.flutter.flutter-gradle-plugin"
55
}
66

android/app/local.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## This file must *NOT* be checked into Version Control Systems,
2+
# as it contains information specific to your local configuration.
3+
#
4+
# Location of the SDK. This is only used by Gradle.
5+
# For customization when using a Version Control System, please read the
6+
# header note.
7+
#Tue Jan 06 16:31:39 GMT 2026
8+
sdk.dir=/home/luckyrat/Android/Sdk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
*
2-
* Updated Flutter and other dependencies
1+
* New autocomplete feature on the Username field - select from previously used usernames to speed up the creation of new entries with common usernames such as your primary email address.
2+
* Updated Flutter and other dependencies.
3+
* Improved performance on newer Android devices (by supporting 16K Android memory page size).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Jun 19 12:25:55 BST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919

2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version '8.10.0' apply false
23-
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
22+
id "com.android.application" version '8.13.2' apply false
23+
id "org.jetbrains.kotlin.android" version "2.3.0" apply false
2424
}
2525

2626
include ":app"

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ packages:
8686
dependency: "direct main"
8787
description:
8888
name: barcode_scan2
89-
sha256: "0f3eb7c0a0c80a0f65d3fa88737544fdb6d27127a4fad566e980e626f3fb76e1"
89+
sha256: "50b286021c644deee71e20a06c1709adc6594e39d65024ced0458cc1e3ff298e"
9090
url: "https://pub.dev"
9191
source: hosted
92-
version: "4.5.1"
92+
version: "4.6.0"
9393
base32:
9494
dependency: "direct main"
9595
description:
@@ -866,10 +866,10 @@ packages:
866866
dependency: transitive
867867
description:
868868
name: protobuf
869-
sha256: "68645b24e0716782e58948f8467fd42a880f255096a821f9e7d0ec625b00c84d"
869+
sha256: "75ec242d22e950bdcc79ee38dd520ce4ee0bc491d7fadc4ea47694604d22bf06"
870870
url: "https://pub.dev"
871871
source: hosted
872-
version: "3.1.0"
872+
version: "6.0.0"
873873
provider:
874874
dependency: transitive
875875
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies:
122122
ref: api34
123123
archive: ^4.0.7
124124
device_info_plus: ^11.5.0
125-
barcode_scan2: ^4.5.1
125+
barcode_scan2: ^4.6.0
126126
flex_color_scheme: ^8.3.1
127127
# barcode_scan2:
128128
# git:

0 commit comments

Comments
 (0)