Jenn Magder

Results 633 comments of Jenn Magder

> cc Flutter tools team: @jonahwilliams @jmagman After I added the libdart_native_compression.a and podspec from [Archive.zip](https://github.com/flutter/flutter/files/3974889/Archive.zip) the [example project](https://github.com/hanabi1224/flutter_native_extensions/tree/master/src/compression/flutter_native_compression/example) built in Xcode in Debug and Release. I was also able...

@dcharkes I unzipped and copied the contents of [Archive.zip](https://github.com/flutter/flutter/files/3974889/Archive.zip) to `flutter_native_extensions/src/compression/flutter_native_compression/ios`, which adds libdart_native_compression.a as a vendored library. I did hit a cached module problem at some point and had...

> @jmagman Did you run it in emulator or real device? In real device, I always see (only in release build) error message of 'symbol not found'. And I believe...

@moffatman this should be linked to https://github.com/flutter/engine/pull/36643 and reopened, correct?

Once https://github.com/flutter/flutter/issues/15288 lands, documentation will be needed for how to add Flutter to a watch app.

To support a real Flutter watch app, there's more than documentation work to be done. The engine would need to create a version of the Flutter framework APIs that links...

I'm going to re-purpose this issue for that embedding work, then.

Though when that's done where will be additional work for infra, tool, and documentation.

To use Flutter for a watch app, we would still need to write a new embedder that links on WatchKit, uses its app lifecycle, etc. You can add a non-Flutter...

@rdev-software > To use Flutter for a watch app, we would still need to write a new embedder that links on WatchKit, uses its app lifecycle, etc. You can add...