-
-
Notifications
You must be signed in to change notification settings - Fork 901
Chewie dependency to old. #452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue here. |
Adding my vote to the pile. Our app is using flutter_html for a couple web views and now we are blocked from submitting to the Apple App Store due to the known open-iconic font issue with the older version of the dependency. It would seem that any Flutter app using this cannot currently gain App Store approval until the chewie dependency is updated to 0.10.2 or later. |
Yes, flutter_html needs to update. But you can force any package from your own pubspec so unless you need a combination that is incompatible (which I believe is not the case), you can still build a working app and upload it to Apple. (We do at my project.) |
currently i'm using the override function for this:
but i think, chewie can be updated in flutter_html directly. it's better. |
How did you get around I was able to use @erickok 's suggestion to over ride the |
Hmm I didn't know about chewie_audio. I'll see if I can make a PR there too to remove the iconic font, as I did for chewie video. |
I created a PR for chewie_audio at Sub6Resources/chewie_audio#8 Now, since this project is owned by Sub6Resources and he is pretty much inactive, I am unsure how likely this is to be merged. But you can of course use the git hash to point to this version specifically. |
Thank you, your time and effort are very appreciated - truly. We'll make any temp adjustments in our project and keep an eye on this. Cheers! |
…rsions As this upgrade wakelock and that is supporting Flutter's v2 binding on Android only, I upgrade the example project to use that
I am very confused by this problem. I cannot determine based upon this discussion a valid course of action. My project has been down for 2+ weeks due to what looks like a "Chewie" dependency?????? Can anyone please help me get through a valid build by providing a working set of pubspec.yaml entries? I am at my wits end trying to determine which libraries to include and their corresponding versions. |
@EHBradford I think you are experiencing #487 instead of this? Because this issue is solved months ago already. |
chewie is since version 0.11.0 upgraded to the actual wakelock version:
https://pub.dev/packages/chewie/changelog
Please upgrade chewie, if you can.
The text was updated successfully, but these errors were encountered: