Daniel Lutton
Daniel Lutton
@mtellect I ran into the same issue. They need to update this package to include `s.static_framework = true` inside their flutter_twitter_login.podspec file. You can view the issue here: [issue](https://github.com/flutter/flutter/issues/14161) I...
@jlanoieuri have you tried with new API versions? Although API level 21 is the min supported, it's very limited.
@sandeshgoel have you tried the latest 3.2.2 version for working with android 11? You may need to run a `flutter clean` before building.
@Rob-wang do you see any error messages that could be helpful in troubleshooting your issue?
@Rob-wang what version of flutter are you on?
@Rob-wang okay I don't have that device, but I'll try to replicate the issue.
@dev-yakuza does this error only occur with setEngine?
@dev-yakuza Google TTS is the default, however if you're trying to set the engine and receiving that error, it could be an issue with setEngine. I'll look into that.
@dev-yakuza that's extremely helpful. I'll use that to pinpoint the issues with those methods on Android. Thank you
@TranTuanManh are you also only receiving these errors with getDefaultEngine, getEngines, or setEngine?