Skip to content

Commit 91528f9

Browse files
committed
feat: 添加 Drift 数据库查看器和 Widget Tree 功能
- 新增 Drift 数据库查看器完整实现(DriftModels, DriftServices) - 新增 Widget Tree 可视化功能(WidgetTreeViewModel, WidgetTreeWindow) - 添加 Kofi 打赏组件支持 - 优化 VM Service 扩展和安全配置 - 更新图标资源管理 - 清理 provider_devtools_extension 测试文件 - 更新 build.gradle.kts 配置
1 parent d258740 commit 91528f9

26 files changed

Lines changed: 1652 additions & 794 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ out/
2828
bin/
2929
!**/src/main/**/bin/
3030
!**/src/test/**/bin/
31-
31+
plugins/
3232
### NetBeans ###
3333
/nbproject/private/
3434
/nbbuild/

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ dependencies {
7171
testImplementation("junit:junit:latest.release")
7272
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:latest.release")
7373
intellijPlatform {
74-
// intellijIdeaCommunity("2025.2.1")
75-
local("/Applications/Android Studio.app")
74+
intellijIdeaCommunity("2025.2.1")
75+
// local("/Applications/Android Studio.app")
7676
bundledPlugins(bPlugins)
7777
//"io.flutter:88.2.0"
78-
plugins("Dart:$dartVersion")
78+
plugins("Dart:$dartVersion","io.flutter:88.2.0")
7979
pluginVerifier()
8080
zipSigner()
8181
javaCompiler()

plugins/provider_devtools_extension/integration_test/provider_integration_test.dart

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)