English | 中文
An experimental project that migrates the Flutter UI of FlClash to WinUI 3.
- 1:1 Replication — Keep FlClash's UI functionality unchanged, without adding or removing any features
- Technical Validation — Validate WinUI 3's performance in development efficiency, performance, and stability
| Component | Description |
|---|---|
| Framework | .NET 10 + Windows App SDK 2.2 |
| UI | WinUI 3 (XAML) |
| Target Platform | Windows 10 1809+ (10.0.17763.0) |
| Architecture | x86 / x64 / ARM64 |
- Visual Studio 2022 (with Windows App SDK workload installed)
- .NET 8 SDK
- Open
WinUIClash.slnxto start development
Choose one of the two development methods. Running in Visual Studio may show errors.
Use Visual Studio
Refer to CommandLineStart.md
dotnet run --project WinUIClash\WinUIClash.csproj --verbose
dotnet run --project WinUIClash\WinUIClash.csproj -c Debug -r win-x64 --verboseThis project is licensed under the terms in LICENSE.