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

Prototyping and testing your app in production with UI instant updates.

0.10.2 #

  • Feat: improve decompress method.

0.10.1 #

  • Feat: update docs.

0.10.0 #

  • Feat: delete Theta singleton, make UIBox flexible and independent.

0.9.1 #

  • Feat: add onThemeChanged in ThetaProvider for switching theme.
  • Feat: support for newest theta_models and theta_open_widgets versions.

0.9.0 #

  • Feat: Fill overlay layers.
  • Feat: return list of nodes.
  • Fix: spacing.

0.8.7 #

  • Feat: Layer and background blur
  • Feat: BlendModes
  • Feat: Masks
  • Feat: Textfield
  • Feat: Switch

0.8.6 #

    • Add layer and background blur effects.

0.8.5 #

  • Feat: callback value in Workflows.

0.8.4 #

  • Feat: Dart 2 compatible.

0.8.3 #

  • Fix: path_provider to 2.0.14

0.8.2 #

  • Fix: provider to 6.0.4

0.8.1 #

  • Feat: add support for links, cursors and bounce.

0.8.0 #

  • Feat: web embed support
  • Feat: remove unused files from dependencies.
  • Feat: new async loading for multiple components.
  • Feat: load components and styles in parallel.

0.7.2 #

  • Feat: export CustomURLs class.

0.7.1 #

  • Feat: allow custom URLs.

0.7.0 #

  • Feat: add direction to Flex
  • Feat: load multi components at once.

0.6.3 #

  • Hardfix: ChildOrder parsed in double?.

0.6.2 #

  • Feat: docs updated.

0.6.1 #

  • Fix: TreGlobalState
  • Feat: Lottie & SVG support
  • Feat: custom font support

0.6.0 #

  • Feat: Custom fonts
  • Feat: Spacer widget

0.5.2 #

  • Feat: add support to models 0.4.0.
  • Feat: add support to widgets 0.4.0.

0.5.1 #

  • Feat: branch added to UIBox.
  • Feat: UIBoxController has now a branch property.

0.5.0 #

  • Feat: preload supported.
  • Feat: ConnectionMode added.
  • Fix: #203 local cache loading fixed using ConnectionMode.cached.

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.