Skip to content

Releases: ethanblake4/flutter_eval

v0.7.6

06 Jul 05:45
Compare
Choose a tag to compare
  • Support for Flutter 3.22 (thanks @wrbl606)

v0.7.5

17 Mar 23:19
Compare
Choose a tag to compare
  • 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

04 Mar 07:37
Compare
Choose a tag to compare
  • Add Alignment, AspectRatio, Align, Radius, BorderRadiusGeometry, BorderRadius, Baseline, ClipRRect, ColoredBox, Directionality, Expanded, FittedBox, FractionallySizedBox, Stack, Positioned, SizedBox, Clip, and StackFit

v0.7.2

20 Feb 07:47
Compare
Choose a tag to compare
  • Add GestureDetector, Offset, Velocity, and related classes
  • Support for Flutter 3.19

v0.7.0

29 Oct 04:54
Compare
Choose a tag to compare
  • Upgrade to dart_eval v0.7.0
  • Documentation improvements

v0.6.1+1

09 Oct 05:04
Compare
Choose a tag to compare
  • Fix FontWeight enum mappings
  • Upgrade to dart_eval v0.6.1
  • Support for Flutter 3.13
  • Fix deprecations (thanks to @FabrizioBilleciUNICT)

v0.6.0

26 Mar 22:16
Compare
Choose a tag to compare
  • 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

05 Feb 21:01
Compare
Choose a tag to compare

v0.5.3

23 Oct 03:38
Compare
Choose a tag to compare
  • Add Decoration, BoxDecoration, BoxBorder, Border, and BorderSide
  • Improve support for Container and TextField
  • Update example to use super constructor params

v0.5.2

13 Oct 03:44
Compare
Choose a tag to compare
  • Fix Flutter 3.0 incompatibility