rewrite resize handler for better support on Windows

This commit is contained in:
Nick Fisher
2023-10-17 00:13:44 +11:00
parent 818d75b493
commit 6ab814114e
7 changed files with 304 additions and 219 deletions

View File

@@ -33,6 +33,7 @@ This package is currently only tested on Flutter >= `3.16.0-0.2.pre`, so you wil
flutter channel beta
flutter upgrade
```
Earlier versions have specific issues that will prevent them from working on Windows/MacOS!
Next, clone this repository and pull the latest binaries from Git LFS:
@@ -358,6 +359,7 @@ Separately, we also force the Filament gltfio library to load assets via in-memo
```
git checkout flutter-filament-windows
mkdir out && cd out
"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --target gltf_viewer --config Debug
```
Building notes: