mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Adds a way to provide an AOT library to the C API. - Adds app.so to the information provided by DartProject. - Fixes the engine to only do static snapshot linking for Windows in debug mode, not all modes, so that the provided library is used. Engine side of https://github.com/flutter/flutter/issues/38477