You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great lib!
Unfortunately, on release web only (Firebase deployment), I can't load predictions from query.
In Chrome Console I get thoses errors
FlutterGooglePlacesSdk::_ensureInitialized error: MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
main.dart.js:35566 FlutterGooglePlacesSdk::call error: MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
main.dart.js:5286 Uncaught MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
Everything work fine on Android, iOS & Web debug.
My key has no restrictions.
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.5, on macOS 14.2.1 23C71 darwin-x64, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.73.1)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
It happens to me too. It happens only on production, on debug mode works fine.
To reproduce it only need to make, a test deploying the web app, you can do it with firebase cli, for free.
And the error is this.
FlutterGooglePlacesSdk::_ensureInitialized error: MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
main.dart.js:35566 FlutterGooglePlacesSdk::call error: MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
main.dart.js:5286 Uncaught MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
I'm having the same problem.
On development, it works well but when I try to run it on production, I am getting this error.
FlutterGooglePlacesSdk::call error: MissingPluginException(No implementation found for method initialize on channel plugins.msh.com/flutter_google_places_sdk)
Hello,
Thanks for this great lib!
Unfortunately, on release web only (Firebase deployment), I can't load predictions from query.
In Chrome Console I get thoses errors
Everything work fine on Android, iOS & Web debug.
My key has no restrictions.
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.5, on macOS 14.2.1 23C71 darwin-x64, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.73.1)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered: