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

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

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.