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
Sometimes, voice navigation in Japanese doesn't play properly and we can hear a sound like alert when we start route navigation in release build.
Or We can hear voice in Japanese and a sound like alert at the same time.
These bugs are detected only in Android device.
Flutter version
3.24.5-stable
Package version
0.4.0
Native SDK versions
I haven't changed the version of the native SDKs
Flutter Doctor Output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 14.2.1 23C71 darwin-arm64, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] IntelliJ IDEA Community Edition (version 2024.3.2.2)
[✓] VS Code (version 1.66.0)
[✓] VS Code (version 1.96.0)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
Steps to reproduce
Change device system language to "Japanese".
Build app in relese mode.
Open GoogleMapsNavigationView.
Start GoogleMapsNavigator.startGuidance().
Expected vs Actual Behavior
Expected behavior:
The navigation voice in Japanese playes always and a sound like alert isn't heard when GoogleMapsNavigator.startGuidance() started.
Actual Behavior:
sometimes, the navigation voice in Japanese doesn't playes and a sound like alert is heard when GoogleMapsNavigator.startGuidance() started.
Code Sample
Screen.Recording.2025-03-10.at.12.31.43.PM.mov
When we use Example App, same bug has been detected.
Please check around 0:23 of video.
*Video is the example of that navigation voice in Japanese and a sound like alert are heard at the same time.
Additional Context
The same problem seems to occur in languages other than English.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description of the bug
Sometimes, voice navigation in Japanese doesn't play properly and we can hear a sound like alert when we start route navigation in release build.
Or We can hear voice in Japanese and a sound like alert at the same time.
These bugs are detected only in Android device.
Flutter version
3.24.5-stable
Package version
0.4.0
Native SDK versions
Flutter Doctor Output
Steps to reproduce
GoogleMapsNavigationView
.GoogleMapsNavigator.startGuidance()
.Expected vs Actual Behavior
Expected behavior:
The navigation voice in Japanese playes always and a sound like alert isn't heard when
GoogleMapsNavigator.startGuidance()
started.Actual Behavior:
sometimes, the navigation voice in Japanese doesn't playes and a sound like alert is heard when
GoogleMapsNavigator.startGuidance()
started.Code Sample
Screen.Recording.2025-03-10.at.12.31.43.PM.mov
When we use Example App, same bug has been detected.
Please check around 0:23 of video.
*Video is the example of that navigation voice in Japanese and a sound like alert are heard at the same time.
Additional Context
The same problem seems to occur in languages other than English.
The text was updated successfully, but these errors were encountered: