flutter_duit 2.0.0 flutter_duit: ^2.0.0 copied to clipboard
Server driver UI framework for Flutter. Allows you to update your cool UI without updating the app!
2.0.0 #
- Migration to duit_kernel v2
- Added experimental implicit animation widget - AnimatedSize
- Added experimental support of animations via AnimatedBuilder
1.13.1 #
- Added ID property to attribute objects
- Added Keys for duit views based on ID
1.13.0 #
- Added RepaintBoundary widget
- Added OverflowBox widget
- Added DuitMetaData inherited widget
1.12.0 #
- Added ListView widget
1.11.0 #
- Added concurrent mode experimental feature
1.10.0 #
- Added Meta widget
- Added Subtree widget
1.9.1 #
- Fixed incorrect transmission of script metadata
1.9.0 #
- Added ScriptRunner API
- Added sequenced and common event groups
- Replaced text with empty data property using SizedBox.shrink
1.8.0 #
- Fixed unnecessary convert function call on num type
- FittedBox widget
- Switch widget
- Custom events
1.7.0 #
- Fixed a problem with duplicate ids of controlled widgets within the component
- Widget tree caching
- Added local executed actions
- Added SingleChildScrollView widget
- Added Radio and RadioGroupContext widgets
- Added Opacity widget
- Added IgnorePointer widget
- Added Slider widget
1.6.1 #
- Added a reference to the BuildContext in the navigation event handler
1.6.0 #
- Added components rendering
- Added LifecycleEventListener widget
- Added external event handling
1.5.0 #
- Added Text.rich widget
- Added Wrap widget
- Added gesture interceptor behaviors
1.4.0 #
- Added Transform and Align widgets
- Update documentation
1.3.0 #
- Added hooks to listen on driver events
1.2.1 #
- Switched dependencies from local package to package from pub.dev (duit_kernel)
1.2.0 #
- Added GestureDetector widget
1.1.0 #
- Added update layout event handling
1.0.0 #
- First release