SShayashi
SShayashi
# Overview The following crash happened on our iOS/Android flutter app. Unfortunately, the stack trace does not have application code information so I could not create a reproduction code. ```...
# Overview After upgrading from flutter 3.13.9 to 3.16.0, svg files are not rendered correctly when converted to Image class. We have confirmed that this problem occurs when using the...
From the [MapEquality documentation](https://api.flutter.dev/flutter/package-collection_collection/MapEquality-class.html), I thought that the combination of key and value must be the same to have a collision, but the value can be swapped and the hash...