Releases: ethanblake4/flutter_eval
Releases Β· ethanblake4/flutter_eval
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)
v0.6.0
- Upgrade to dart_eval v0.6.0
- Add HotSwap and HotSwapLoader widgets to facilitate easy partial app updates
- CompilerWidget, EvalWidget, and RuntimeWidget now support an onError callback that is called when an error occurs during compilation or evaluation. You can use this to display a custom error fallback.
- Add ListView and InkWell
- Add Card, Drawer, and ListTile (thanks to @DevAdalat)
- Add Image, ImageProvider, and NetworkImage (thanks to @DevAdalat)
- Fix BoxDecoration not extending Decoration
- Fix error when constructing a TextStyle without the inherit property
v0.5.4
v0.5.3
- Add Decoration, BoxDecoration, BoxBorder, Border, and BorderSide
- Improve support for Container and TextField
- Update example to use super constructor params
v0.5.2
- Fix Flutter 3.0 incompatibility