https://github.com/dhi13man/speed_ometer
A Speedometer app built in Flutter, that displays the current velocity of the phone's movement, while also narrating it in the background.
https://github.com/dhi13man/speed_ometer
dart flutter geolocation geolocator tts-android tts-engines
Last synced: 11 months ago
JSON representation
A Speedometer app built in Flutter, that displays the current velocity of the phone's movement, while also narrating it in the background.
- Host: GitHub
- URL: https://github.com/dhi13man/speed_ometer
- Owner: Dhi13man
- Created: 2021-02-15T15:56:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T11:16:29.000Z (about 4 years ago)
- Last Synced: 2025-03-27T22:22:54.579Z (about 1 year ago)
- Topics: dart, flutter, geolocation, geolocator, tts-android, tts-engines
- Language: C++
- Homepage:
- Size: 12.8 MB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voice_speedometer
A speedometer that displays the current velocity of the phone's movement, while also narrating it in the background.
## Features
1. Real time speed detection using GPS, and displaying using a Speedomeeter UI.
2. Text to speech voice naration of speed, also working in background, with custom frequency.
3. Voice selection: Ability to choose between Male or Female TTS Voice.
### Screenshots

## Flutter Doctor Output
```out
[√] Flutter (Channel stable, 2.10.5, on Microsoft Windows [Version 10.0.19044.1645], locale en-IN)
• Flutter version 2.10.5 at D:\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 5464c5bac7 (2 weeks ago), 2022-04-18 09:55:37 -0700
• Engine revision 57d3bac3dd
• Dart version 2.16.2
• DevTools version 2.9.2
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at D:\androidsdks
• Platform android-31, build-tools 30.0.2
• ANDROID_SDK_ROOT = D:\androidsdks
• Java binary at: D:\Program Files\JetBrains\apps\AndroidStudio\ch-0\193.6626763\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.8.3)
• Visual Studio at D:\Program Files\Visual Studio
• Visual Studio Community 2019 version 16.8.30804.86
• Windows 10 SDK version 10.0.18362.0
[√] Android Studio (version 4.0)
• Android Studio at D:\Program Files\JetBrains\apps\AndroidStudio\ch-0\193.6626763
• Flutter plugin version 51.0.1
• Dart plugin version 193.7547
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
[√] IntelliJ IDEA Ultimate Edition (version 2020.2)
• IntelliJ at D:\Program Files\JetBrains\apps\IDEA-U\ch-0\202.6397.94
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
[√] VS Code (version 1.66.2)
• VS Code at C:\Users\dhi13man\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.38.1
[√] Connected device (4 available)
• Android SDK built for x86 (mobile) • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19044.1645]
• Chrome (web) • chrome • web-javascript • Google Chrome 100.0.4896.127
• Edge (web) • edge • web-javascript • Microsoft Edge 100.0.1185.50
[√] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
```