matthew-carroll / flutter_processing

A Flutter port of Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create demo examples for non-testable features

matthew-carroll opened this issue · comments

Any test that requires bitmap manipulation can't be tested with golden tests because Flutter doesn't support asynchronous operations, like image decoding, in tests.

Add a category of example app demos that exercise the various capabilities that can't be tested.

A menu was created for these examples in #107 - we'll accumulate more of those demos over time. I'm going to close this ticket.