Releases: ethanblake4/flutter_eval
Releases · ethanblake4/flutter_eval
v0.8.1
- Support for Flutter 3.35
- Support for adding plugins to EvalWidget, CompilerWidget, RuntimeWidget, and HotSwapLoader
- Add Rect, WidgetStateProperty, KeyEventResult, FocusNode, FocusScopeNode, FocusHighlightMode, KeyboardKey, LogicalKeyboardKey, PhysicalKeyboardKey, KeyEvent, KeyUpEvent, KeyDownEvent, KeyRepeatEvent, MaterialTapTargetSize, VisualDensity, ButtonStyle, IconAlignment, ButtonStyleButton, TextTreeConfiguration, DiagnosticsTreeStyle, DiagnosticsNode, DiagnosticsProperty, DiagnosticPropertiesBuilder, DiagnosticsSerializationDelegate, ValueNotifier, and CupertinoDynamicColor
v0.8.0
- Support for dart_eval v0.8.0
- Add exported library mappings to allow referencing flutter_eval classes
in the dart_eval binding generator
v0.7.8
v0.7.7
v0.7.6
v0.7.5
- Support for hot reload when using HotSwapLoader (thanks @wrbl606)
- Update example project (thanks @wrbl606)
- Move JSON binding generation to a separate
tool/
directory (thanks
@wrbl606) - Add OverlayEntry, Animation, AnimationController, Route, OverlayRoute,
TransitionRoute, PageRoute, MaterialPageRoute, Listenable,
ValueListenable, Ticker, TickerProvider, TickerFuture, and RouteSettings - Support for most Navigator methods
- Fix for runtime error when using Align
- Deprecated
setupFlutterForCompile
/setupFlutterForRuntime
in favor of
Compiler.addPlugin / Runtime.addPlugin()
v0.7.4
- Add Alignment, AspectRatio, Align, Radius, BorderRadiusGeometry, BorderRadius, Baseline, ClipRRect, ColoredBox, Directionality, Expanded, FittedBox, FractionallySizedBox, Stack, Positioned, SizedBox, Clip, and StackFit
v0.7.2
- Add GestureDetector, Offset, Velocity, and related classes
- Support for Flutter 3.19
v0.7.0
- Upgrade to dart_eval v0.7.0
- Documentation improvements
v0.6.1+1
- Fix FontWeight enum mappings
- Upgrade to dart_eval v0.6.1
- Support for Flutter 3.13
- Fix deprecations (thanks to @FabrizioBilleciUNICT)