pub.dev
auto_moto_dash
0.3.0Motorcycle/car dashboard Flutter package (EN/中文 docs): digital HUD, tech analog clusters, weather backgrounds, and inertial particle effects.
Last release 3 days ago
24 Aug 2026
Too new to tell
only 2 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
Release timeline
3 releases since 2026Releases
- 0.3.024 Aug 2026
Release notes
Open source →- Depend on
material_ui(^1.0.1) and switch Material imports frompackage:flutter/material.darttopackage:material_ui/material_ui.dart. - Raise Flutter SDK constraint to
>=3.44.0. - Analyzer: exclude
build/**and platform folders (android/ios/web/ desktop) in package and example. - Example: drop unused
cupertino_iconsdependency.
- Depend on
- 0.2.011 Aug 2026
Release notes
Open source →- Particle painters: clamp active particle count to list length (
starTunnel/ionStorm/windRush), fixingRangeErrorat highflowSpeed.
0.1.0
- Initial release: digital HUD styles (
techNeon/hud/performance/pulseBreath) and tech analog clusters (classicBMW dual gauges,racingFerrari-style tach). - Weather layer: vendored flutter_weather_bg (MIT) with sunny / rain / snow / fog / haze
WeatherTypes. - Particle layer:
windRush,blackHole,starTunnel,roadTrack,ionStorm; inertial speed-linked flow;roadTrackkeeps sky transparent over weather. DriveSimulation: PRND interlocks, neutral rev-only, reverse speed cap; example supports hold-to-accel, arrow keys, and gear strip.- Example control panel: theme / weather / particles / vehicle / rainbow speed; panel dismiss gesture fixed.
- Docs: bilingual README / CHANGELOG (
README.md+README_zh.md,CHANGELOG.md+CHANGELOG_zh.md). - Example Android: release signing with committed test keystore under
example/jks/.
- Particle painters: clamp active particle count to list length (
- 0.1.010 Aug 2026
Nothing published for this version