morphui 0.1.1 copy "morphui: ^0.1.1" to clipboard
morphui: ^0.1.1 copied to clipboard

Automatic UI adaptation for Flutter. Dark mode, accessibility, and behavioral layout adaptation — zero configuration.

Changelog #

0.1.0 #

Initial public release.

Added #

  • MorphProvider — root widget that bootstraps theme detection, behavior storage, and zone scoring.
  • MorphZone / ReorderableColumn — wrappers that track interactions and reorder children based on usage.
  • AI-adapted color schemes via the Morph SaaS (/api/flutter/theme/generate) — automatic dark/light/high-contrast palettes generated from the host app's base ThemeData.
  • Behavior storage backed by Hive — visibility, taps, sequences, zoom events.
  • BuildContext extensions: context.morph, context.morphTheme, context.morphPalette, context.zoneOrder.
  • Origin-binding via appId payload — backend rejects calls from packages not declared in the license's allowed_packages.
  • MorphAnalyticsConfig — opt-in behavior reporting with configurable upload interval and minimum-interaction floor.
  • MorphFeatures.fintech() preset — interruption recovery, battery-aware UI, fatigue detection, GPS context (gated by license tier).
1
likes
125
points
149
downloads

Documentation

API reference

Publisher

verified publishermorphui.dev

Weekly Downloads

Automatic UI adaptation for Flutter. Dark mode, accessibility, and behavioral layout adaptation — zero configuration.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

battery_plus, crypto, flutter, hive, hive_flutter, http, package_info_plus, sensors_plus, shared_preferences, visibility_detector

More

Packages that depend on morphui