Skip to content

Commit 4622c38

Browse files
committed
Redesign home page
1 parent 95af6c5 commit 4622c38

29 files changed

+1958
-2076
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build flutter_rust_bridge bindings
5757
if: matrix.projects == 'plugin'
5858
run: |
59-
cargo install flutter_rust_bridge_codegen@2.10.0 --locked
59+
cargo install flutter_rust_bridge_codegen@2.11.1 --locked
6060
flutter_rust_bridge_codegen generate
6161
- name: Run build_runner
6262
if: matrix.projects == 'api' || matrix.projects == 'app'

api/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "01949bf52ad33f0e0f74f881fbaac4f348c556531951d92c8d16f1262aa19ff8"
16+
sha256: f4ad0fea5f102201015c9aae9d93bc02f75dd9491529a8c21f88d17a8523d44c
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.5.4"
19+
version: "7.6.0"
2020
ansicolor:
2121
dependency: transitive
2222
description:

app/android/Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
artifactory (3.0.17)
1212
atomos (0.1.3)
1313
aws-eventstream (1.4.0)
14-
aws-partitions (1.1125.0)
14+
aws-partitions (1.1128.0)
1515
aws-sdk-core (3.226.2)
1616
aws-eventstream (~> 1, >= 1.3.0)
1717
aws-partitions (~> 1, >= 1.992.0)
@@ -22,7 +22,7 @@ GEM
2222
aws-sdk-kms (1.106.0)
2323
aws-sdk-core (~> 3, >= 3.225.0)
2424
aws-sigv4 (~> 1.5)
25-
aws-sdk-s3 (1.192.0)
25+
aws-sdk-s3 (1.193.0)
2626
aws-sdk-core (~> 3, >= 3.225.0)
2727
aws-sdk-kms (~> 1)
2828
aws-sigv4 (~> 1.5)
@@ -164,7 +164,7 @@ GEM
164164
logger (1.7.0)
165165
mini_magick (4.13.2)
166166
mini_mime (1.1.5)
167-
multi_json (1.15.0)
167+
multi_json (1.16.0)
168168
multipart-post (2.4.1)
169169
mutex_m (0.3.0)
170170
nanaimo (0.4.0)
@@ -221,7 +221,6 @@ GEM
221221

222222
PLATFORMS
223223
x64-mingw-ucrt
224-
x64-mingw32
225224
x64-unknown
226225
x86_64-linux
227226

@@ -231,4 +230,4 @@ DEPENDENCIES
231230
screengrab
232231

233232
BUNDLED WITH
234-
2.6.9
233+
2.7.0

app/android/settings.gradle

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

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.11.0' apply false
22-
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
21+
id "com.android.application" version '8.11.1' apply false
22+
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)