- Use cinterop with stub headers instead of Flutter cocoapod dependency
- Fix conflicts with same method names across different modules on iOS by prefixing method names
- Update Dart duration serialization to be compatible with Kotlin ISO-8601 duration string parsing
- Fix errors with boolean types in method return and flow types on iOS
- Update Kotlin to 2.1.0 and KSP to 2.0.21-1.0.25
- Add support for iOS module generation
- Make generated Android modules subclass MethodChannel to enable teardown
- Android flutter plugin module generation