-
Notifications
You must be signed in to change notification settings - Fork 936
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
on State changed not listening #81
Comments
after i re update version into the new one. i using version v1.3.0 and upgrade to v1.5.0. On state change has call back but got exception. it said
in file base.dart. So i change Map argument from < String, dynamic> into <dynamic, dynamic> in line 159. |
Wrapping the code in ``` would make it readable ;-) |
should be fix in |
i try to get web state to make some loading animation before show webview. but it did not listen at all. here sample original case
Flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.4.4, on Mac OS X 10.13.4 17E202, locale en-ID)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[!] iOS toolchain - develop for iOS devices (Xcode 9.3.1)
! CocoaPods out of date (1.5.0 is recommended).
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
For more info, see https://flutter.io/platform-plugins
To upgrade:
brew upgrade cocoapods
pod setup
[✓] Android Studio (version 3.0)
[✓] VS Code (version 1.23.1)
}
The text was updated successfully, but these errors were encountered: