PackageTrack

pub.dev

auto_moto_dash

0.3.0

Motorcycle/car dashboard Flutter package (EN/中文 docs): digital HUD, tech analog clusters, weather backgrounds, and inertial particle effects.

Release timeline

3 releases since 2026

Releases

  1. 0.3.024 Aug 2026
    Release notes
    • Depend on material_ui (^1.0.1) and switch Material imports from package:flutter/material.dart to package: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_icons dependency.
    Open source →
  2. 0.2.011 Aug 2026
    Release notes
    • Particle painters: clamp active particle count to list length (starTunnel / ionStorm / windRush), fixing RangeError at high flowSpeed.

    0.1.0

    • Initial release: digital HUD styles (techNeon / hud / performance / pulseBreath) and tech analog clusters (classic BMW dual gauges, racing Ferrari-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; roadTrack keeps 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/.
    Open source →
  3. 0.1.010 Aug 2026

    Nothing published for this version