v0.0.7
cb-amutha
released this
11 Jan 12:52
·
218 commits
to main
since this release
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