Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
GO_VERSION: "1.24"
FLUTTER_VERSION: "3.41.2"
FLUTTER_VERSION: "3.41.6"
GA4_MEASUREMENT_ID: ${{ secrets.GA4_MEASUREMENT_ID }}
GA4_API_SECRET: ${{ secrets.GA4_API_SECRET }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

env:
GO_VERSION: "1.24"
FLUTTER_VERSION: "3.41.2"
FLUTTER_VERSION: "3.41.6"

jobs:
# lint:
Expand Down
5 changes: 0 additions & 5 deletions ui/flutter/windows/runner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,

flutter::DartProject project(L"data");

// TODO: Remove this.
// This forces Flutter to use a separate thread for Dart.
// This mode will be removed in a future version of Flutter.
project.set_ui_thread_policy(flutter::UIThreadPolicy::RunOnSeparateThread);

std::vector<std::string> command_line_arguments =
GetCommandLineArguments();

Expand Down
Loading