现在webdav链接跑通了,准备优化界面逻辑

This commit is contained in:
2026-08-16 21:21:22 +08:00
parent 699ab7ce86
commit 1dd669287c
8 changed files with 223 additions and 17 deletions
+3
View File
@@ -6,6 +6,9 @@ gradle-wrapper.jar
/local.properties
GeneratedPluginRegistrant.java
.cxx/
.kotlin
/build
# Remember to never publicly share your keystore.
# See https://flutter.dev/to/reference-keystore
@@ -1,3 +0,0 @@
kotlin version: 2.3.20
error message: Daemon compilation failed
+2
View File
@@ -3,4 +3,6 @@ android.useAndroidX=true
# This newDsl flag was added by the Flutter template
android.newDsl=false
# This builtInKotlin flag was added by the Flutter template
kotlin.incremental=false
kotlin.parallel.tasks.in.project=false
android.builtInKotlin=false
+1 -1
View File
@@ -20,7 +20,7 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "9.0.1" apply false
id("org.jetbrains.kotlin.android") version "2.3.20" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}
include(":app")