chargebee / chargebee-flutter

MIT License
5 stars 8 forks source link

[Fix](Android flutter sdk error) #33

Closed cb-amutha closed 1 year ago

cb-amutha commented 1 year ago

Fixed: 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 - https://github.com/flutter/engine/compare/flutter-2.12-candidate.2...flutter-2.12-candidate.3