flowboard_flutter 0.1.0 copy "flowboard_flutter: ^0.1.0" to clipboard
flowboard_flutter: ^0.1.0 copied to clipboard

A versatile suite of UI components and flow management tools for building dynamic onboarding and dashboards in Flutter.

0.1.0 #

  • Add long_press_button component (hold-to-confirm with circular progress ring) for parity with the Swift renderer
  • Bundle the seven core font families (Inter, Inter Tight, Baloo 2, DynaPuff, Cormorant, DM Serif Text, Varela Round) as offline assets; font resolution is now local-first with GoogleFonts as fallback
  • Preload network videos: the asset preloader now warms component and background videos into a bounded controller cache, so video screens paint their first frame instantly instead of buffering on entry (parity with the Swift video cache)
  • Add screen entrance animation: opt-in per-screen entranceAnimation (staggerFromTop) fades + slides top-level children in with a top→bottom stagger, matching the Swift renderer (disabled by default; see render-spec/screen-entrance-animation-v1.md)
  • Selection list autoGoNext now waits ~250ms after a single-select tap before advancing, so the selection highlight is visible first (parity with the Swift autoGoNextDelay)

0.0.7 #

  • Improve button and text input (icon)

0.0.6 #

  • Improve wheelpicker

0.0.5 #

  • Add improved onboarding flow UI behavior

0.0.4 #

  • clean button color
  • Add improved onboarding flow UI behavior

0.0.2 #

  • Add improved onboarding flow UI behavior and comprehensive regression tests.
  • Refine package documentation and publish readiness checks.

0.0.1 #

  • TODO: Describe initial release.