-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error: The method 'WebUri' isn't defined for the class '_WebViewChapaState'. #3
Comments
Could you please let me know which version of Flutter you are using? |
[√] Flutter (Channel stable, 3.19.6, on Microsoft Windows [Version 10.0.22631.3235], locale en-US) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe) [X] Visual Studio - develop Windows apps [!] Android Studio (version 2022.3) [√] Android Studio (version 2023.2) [√] VS Code (version 1.87.0) [√] Connected device (2 available) [√] Network resources |
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/chapa_unofficial-0.0.5/lib/src/chapa_webview.dart:26:17: Error: The method 'WebUri' isn't defined for the class '_WebViewChapaState'.
Try correcting the name to the name of an existing method, or defining a method named 'WebUri'.
final url = WebUri(widget.chapaCheckoutUrl);
^^^^^^
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/chapa_unofficial-0.0.5/lib/src/chapa_webview.dart:26:17: Error: The method 'WebUri' isn't defined for the class '_WebViewChapaState'.
Try correcting the name to the name of an existing method, or defining a method named 'WebUri'.
final url = WebUri(widget.chapaCheckoutUrl);
^^^^^^
The text was updated successfully, but these errors were encountered: