Michael Lee

Results 17 comments of Michael Lee

You may also see this warning if you added a package-dependency to the app-target and not the widget-extension target in Xcode.

I am almost desperate enough to edit and commit the generated files, but this kind of complexity puts me in an odd position-- especially having more people that are new...

Same, Windows 10, Chrome Version 79.0.3945.79 (Official Build) (64-bit)

Just chipping my two cents in; I'm a career iOS dev and all of our teams at work use Carthage, it's what I know. I understand that CocoaPods is still...

I'm also experiencing this, though `glfw3_mt` may not be a good workaround on my system, as I'm unable to load GL functions. ```go OpenGL.load_up_to(3, 2, glfw.gl_set_proc_address) gl_context: sdl2.GLContext = sdl2.GL_CreateContext(Window);...

You might wonder why this package doesn't just expose an async function. It's not impossible, but someone will need to have code that, when compiled for native, will use Isolates,...

Dart's C FFI is getting pretty mature, I wonder if there's an opportunity here? https://dart.dev/guides/libraries/c-interop I suppose my meaning for posting is really bringing awareness that it's mature enough for...

I think it's good to have each example separate to make things more interactive. At the moment DartPad only supports imports from the dart and flutter packages; so even if...

[I'll make more progress as I get free time, but here I've processed the src/ directory with a bash script to produce a cleaned-up single-file library and simply pasted that...

[Here's the script to generate a single-file library](https://github.com/leecommamichael/flutter_hooks/blob/master/dartpadpack.sh). **Multiple-file DartPad isn't going well** [This DartPad](https://dartpad.dev/embed-flutter.html?id=28f290c3bc6f348de63b3fb5c300538d) is backed by [this gist](https://gist.github.com/leecommamichael/28f290c3bc6f348de63b3fb5c300538d). I have two files, but they do not appear to...