Kevin Moore
Kevin Moore
Would be great for folks submitting PRs. Happy to help!
In my crazy outdated `bot_web` retained silly - https://github.com/kevmoo/bot_web.dart/tree/master/lib/src/bot_retained I kept track of dirty information and I wouldn't render frames unless something changed. Any way to do this with StageXL?...
https://www.dartlang.org/guides/language/language-tour#deferred-loading One thing on code size: you have a lot of `if X, do Y, else do Z` code in StageXL. Great for flexible runtime behavior, but you end up...
`SoundSprite` for instance, does a catch and then `throw new StateError(...)` Create a `WrappedStateError` or something that can store the error (and stack?) of the catch error – would make...
Make it easy to opt-in, but when shipping code this is a bit of noise ``` StageXL render engine : WebGL StageXL audio types : [mp3, mp4, ogg, wav] StageXL...
 Got this on latest Chrome on mac. Also fails to load on Firefox 🤷
 Should we update the readme?
RE https://github.com/flutter/flutter/issues/106046#issuecomment-1172605241 We could take a lot of stuff from the FAQ page: https://docs.flutter.dev/development/platform-integration/web/faq - concurrency (`compute` function in the foundation lib) - support for dart:io - hot reload -...
## What happened 🤷 ## Version information IntelliJ IDEA `2021.2.3` • Flutter plugin `io.flutter 63.0.3` • Dart plugin `212.5632` Flutter 2.8.0 • channel stable • [email protected]:flutter/flutter Framework • revision cf44000065...