Closed
Description
It was brought up on reddit that there might at least one compatibility issue with Flutter:
I noticed in the box class you're using dart:mirrors. As far as I know that doesn't work in flutter, did that recently get changed? Here is some discussion about it from a while ago.
So, ensure everything run on Flutter.
Bonus task: can we unit test using Flutter?