Chandler Newman

Results 28 comments of Chandler Newman

Could you copy the output of `flutter --version`? I haven't tested windows in a while, however it did at least build.

``` Thread 4 Crashed:: io.flutter.io 0 com.apple.AppKit 0x00007fff34c1f360 -[NSOpenGLContext update] + 520 1 flutter-keystore-plugin 0x000000010874c3ba _$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h6b487f40451e7798 + 58 (mod.rs:129) 2 flutter-keystore-plugin 0x000000010874aaee objc::message::platform::send_unverified::hfe0b7fb23a90e874 + 110 (mod.rs:27) 3 flutter-keystore-plugin 0x00000001086832f1 glutin::platform_impl::platform_impl::Context::make_current::h4d0778d80bdaac87...

I have restored glfw (`flutter-glfw`) which is more stable than winit. You can give it a try, using the git version. I will cleaning up the API around glfw, and...

@r-wheeler Could you explain what you mean by plugin template? As in, how to write a plugin? You can see inside the flutter-plugins folder for an example. However, I'm in...

@ericmcbride Could you paste your error log from the macos crash? Also, I assume your toml file still has a lot of old stuff in it. You should only need:...

The changes are looking good apart from the fact that you are also formatting libraries, formatting POGOProtos for example is probbaly a bad idea as that is generated code and...

Native assets should also be available in the unstable Dart releases. The library and generated code shouldn't be using anything flutter specific as far as I'm aware

Closing this issue now. Please do file an issue if you find any issues when using this toochain with Dart.