James Williams

Results 17 comments of James Williams

I hadn't removed it from draft state because I'm actively working on it and was reworking some things. Was planning to make those edits and post for review.

The tabs on the page are for using either Objective-C or Swift(the language) for the code to wire up the native view to Flutter. However when it comes to the...

FWIW flavors isn't Flutter specific. I've seen it quite a bit in Android-land. In Android docs on this concept, the top level title mentions build variants but the body of...

Circle back with me after Nov 1 (vacay). TLDR, it does relate to some ideas I have but I'm not working on anything till I'm back.

This appears to decently supported. Is there a feature list for what is missing? Variables in companion object generate get/set functions but don't expose an actual variable on the class...

## Short term workaround: 1. Clone the dart-lange/native repo 2. Update your `jni`/`jnigen` to reference the path (changes have landed in main but haven't been published yet). 3. Run `jni:setup`,...

Right, that was existing behavior (grabbing of `*-sources.jar`), updated my comment. ~~Note for later @jwill or @HosseinYousefi , untested hypothesis is that `org.gradle.jvm.environment` in `gradle.properties` of the stub gradle build...