Skip to content

Flutter #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions descriptions/Container.Flutter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**The Flutter Engine**](https://flutter.dev/) is a portable open source runtime for hosting applications made with Flutter.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ YU-RIS = (?:^|/)yscfg\.dat$

[Container]
Electron = (?:^|/)LICENSE\.electron\.txt$
Flutter = (?:^|/)flutter_windows\.dll$

[Emulator]
DOSBOX = (?:^|/)dosbox(?:$|/|\.exe$)
Expand Down
3 changes: 3 additions & 0 deletions tests/types/Container.Flutter.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/flutter_windows.dll
data/flutter_assets/assets/engine/win/flutter_windows.dll
flutter_windows.dll
3 changes: 3 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,9 @@ cry3denginexdll
CryRenderD3D1xdll
CryRenderD3D11xdll
CryRenderD3D12xdll
data/flutter_assets/assets/engine/win/fflutter_windows.dll
data/flutter_assets/assets/engine/win/flutter_windows_dll
data/flutter_assets/assets/engine/win/flutter_windows.dlll
AntiCheatExperts
notactuallyAntiCheatExpert
AntiCheatExpert.whatever
Expand Down