Skip to content

v0.0.7

Compare
Choose a tag to compare
@cb-amutha cb-amutha released this 11 Jan 12:52
· 218 commits to main since this release
556e9cd

Bug Fixes:

  • Type mismatch: inferred type is String? but String was expected during android build. The issue has found in latest flutter sdk v3.3.10 while launching the app. Analysed the issue and found that there are code changes around the MethodChannel.java class in flutter engine, here are the code comparison link - flutter/engine@flutter-2.12-candidate.2...flutter-2.12-candidate.3