theta 0.4.1 copy "theta: ^0.4.1" to clipboard
theta: ^0.4.1 copied to clipboard

Build remote, dynamic and responsive user interfaces with the Theta Flutter library.

0.4.1 #

  • Feat: Overrides support value changes.

0.4.0 #

  • Feat: team component libraries added.

0.2.1 #

  • Breaking: ComponentFit will be set into the editor. The parameter is removed from the UIBox.
  • Feat: new rendering system for components.
  • Feat: new override system with builder function and component id field.

0.2.0 #

  • Feat: add UIBoxController.
  • Fix: remove unused dependencies.

0.1.9 #

  • Fix: less classes and smaller codebase.

0.1.8 #

  • Fix: theta_open_widget 0.2.1.

0.1.7 #

  • Feat: ComponentFit upgraded.

0.1.6 #

  • Fix: New Overrides docs.

0.1.5 #

  • Feat: Add Text, Image, Color overrides.
  • Fix: New Override syntax.

0.1.4 #

  • Fix: Override class updated.

0.1.3 #

  • Feat: collection widget (ListView / GridView).
  • Feat: node overrides.

0.1.2 #

  • Fix: compatibility with macOS, iOS, Android, Windows.
  • Fix: example project improved.
  • Fix: dependencies updated.
  • Feat: added compatibility section in README.

0.1.1 #

  • Theta Widgets dependency updated to 0.1.1.

0.1.0 #

  • Ready for (0.1.2).
  • Theta Models dependency updated to 0.1.2.
  • Theta Rendering dependency updated to 0.1.1.

0.1.0-dev.5 #

  • Feat: new theta_open_widgets version

0.1.0-dev.4 #

  • Feat: fully compliant with Dart 3.

0.1.0-dev.3 #

  • Fix: removed GlobalTreeState from LocalNotifierProvider to prevent duplicated keys. (#44). (6323fbc)
  • Fix: improved docs.

0.1.0-dev.2 #

  • Fix: improved docs.

0.1.0-dev.1 #

  • Ready for Closed Beta testing.
  • Feat: added support for workflows.
  • Feat: added caching for UIBox.
  • Fix: improved documentation.
  • Fix: refactored code for better readability.

0.0.2 #

  • Feat: still under development, UIBox was introduced as a shortcut for rendering a UI component from Theta.
  • Feat: all calls now return a ClearResponse.
  • Fix: name changed to 'UI Builder' (name still tentative).

Considerations #

  • Having the errorWidget and placeholder properties in UIBox as Function makes it impossible to have a widget const. Perhaps you could turn the placeholder into a simple optional Widget parameter.

0.0.1 #

  • Feat: initial version, still under heavy and conceptual development.