-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Causes the app to crash on Android Emulator #327
Comments
The app works fine without this plugin, with this plugin it crashes. |
Also is this actively maintained? |
I don't think it is but have seen in #182 that @arnaudelub has forked this project and seems to have continued some development on it here flutter_polywebview |
@andydean565 thanks, i tried that plugin and while it doesn't crash the app anymore, it wont even build on ios @arnaudelub thoughts? |
Android sees to work fine though which is good |
@owenkealey for me android is fine also, however on ios i get this error -> ".../flutter_polywebview-4.0.0+1/ios/Classes/SwiftFlutterPlugin.swift:465:85: Use of unresolved identifier 'InAppWebViewFlutterPlugin'" |
did you tried to edit your pod file `target 'Runner' do post_install do |installer| |
@owenkealey I also ran into this issue on IOS around the name change to 'flutter_polywebview' my solution was to fork the code and change the name back to 'flutter_inappbrowser' and include it straight from Github in the pubspec.yaml like so
feel free to either use my repo or fork it for the time but hopefully, 'flutter_polywebview' will be working soon. |
Hey guys, iOS build has been fixed but pichi also came back, so flutter_inappwebview is still maintained |
Released new version |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Please see flutter/flutter#55908 that has all the information needed
The text was updated successfully, but these errors were encountered: