midnightsnowstorms

Results 2 issues of midnightsnowstorms

When using ChipsChoice in a CupertinoApp, Flutter generates a runtime exception, even when the ChipsChoice constructor is inside a Material Widget. Here is the exception I see in my app:...

Error: type 'String' is not a subtype of type 'int' of 'index' Message.replies (package:draw/src/models/message.dart:53:37) This occurs when there is a message with no replies. I believe the issue is that...