Filip Hracek

Results 43 issues of Filip Hracek

Flutter is a relatively new SDK for building custom-design mobile apps: flutter.io, [github](https://github.com/flutter/flutter). API docs: https://docs.flutter.io/ (same format as Dart docs)

request

I notice that `Terminal`s don't make the `Display` public (and `Display` itself doesn't provide a way to read from the current frame). This would be useful for my scenario, where...

A previous version had `.asIf()` for building statements like ``` if (something) { // ... } ``` As far as I know, the only way to do these with current...

good first issue
type-enhancement

This is a hack of my own [IFCOMP entry](https://egamebook.com/vermin) (a procedural gamebook). The NaNoGenMo version removes all interactivity, switches from second person to third person, and keeps the initial fight...

completed
preview

This makes the app run fast even when not being touched. We should have this for the demo at I/O. On the other hand, the released app should _not_ have...

This hasn't happened to me on a regular walkthrough, but a high-speed (perf-test) walkthrough will somehow never load any Flare files. https://photos.app.goo.gl/9nAVw9Qi4jga5dKf6 Is there a race condition at the start...

I'm pretty sure the jank is there even in production, even on high end phones. If it's not just me holding it wrong, I think this is a blocker, and...

I know you know, I just wanted an issue to track this. Here's the current design on the actual device, as a video walkthrough. https://photos.app.goo.gl/C5kmmCE2RgFJZ8D77 Hopefully the problems you see...

This is probably a large resource hog, and without it, I think the app might lose much of its jank on old devices. Do this only if it's easy to...