flutter_duit 2.2.0 flutter_duit: ^2.2.0 copied to clipboard
Server driver UI framework for Flutter. Allows you to update your cool UI without updating the app!
2.2.0 #
- IntrinsicHeight widget
- Improved data merging with component template
- ValueReference default value prop
- Custom decoders & encoders
- Fixes: Key creation
- Testing: setup test environment, added test for component, button, align and center widgets
2.1.0 #
- AttributeValueMapper import
- DuitDriver constructor with static content (json)
- AnimatedBuilder controller reuse
- Duit native module constructor (use duit as BDUI engine at native apps)
- Startup metrics
- New event type: Timer
2.0.1 #
- Fixed an issue with animations not working when using AnimatedBuilder inside components
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