Closed tkhenghong closed 4 years ago
Just to be clear this plugin is only for Android and on iOS it will throw a Missing Plugin Exception. AFAIK not giving swift version is not an issue, it will compile fine. The above message, I believe, is just a warning.
To solve this I will add:
s.swift_version = '5.0'
to the podspec. This seems to be the default one in the new Flutter templates.
Hi @ajinasokan , thanks for your reply. Your solution also works as well. I will look forward to your patched release. Thanks.
This is released to pub as version 0.1.1
Hi, I'm using your plugin, version 0.1.0 to enable >60 fps for the Flutter app, but when I performed 'pod install' command in the ios directory, the pod command returned an error like below:
I found out that adding:
in /ios/flutter_displaymode.podspec file will solve the issue. Thanks.