feat: desktop_multi_window Support

This commit is contained in:
2025-03-16 17:14:45 +08:00
parent b18024a8ce
commit f5f3e4753c
17 changed files with 588 additions and 163 deletions

View File

@ -0,0 +1,12 @@
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'log_analyze_provider.g.dart';
@riverpod
class ToolsLogAnalyze extends _$ToolsLogAnalyze {
@override
void build() async {
return;
}
}