Ian Hancock
Ian Hancock
See PR https://github.com/infitio/flutter_socket_io/pull/163 This also fixes Android Embedding
You can take from my repository for NS support see PR https://github.com/infitio/flutter_socket_io/pull/163
@tiholic any chance of approving?
Facing similar issues with 3.24 It appears the plugin needs the build.gradle and settings.gradle updated to the new flutter way of building. The exact error is: - Execution failed for...
OK let me strip the compile down to a simpler app and see if I can get to the bottom of it, I think something changed in the gradle build...
I could also build your example app just find but not any other app using the plugin. I recreated the issue with another simple plugin using your gradle files and...
Yeah I think it only affects projects built in older flutter versions, even when updating their Gradle builds. There is for sure some breaking change that is not documented (or...
OK found the breaking change that does it, which is why newer apps work off the bat. Applying this to the application makes everything work: - https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply This does not...