Skip to content

Releases: ethanblake4/flutter_eval

v0.8.2

17 Jan 12:34
5537d25

Choose a tag to compare

  • Support for Flutter 3.38
  • Added Color methods, SafeArea widget, and showBottomSheet function.
  • Added MaterialButton, Autocomplete, and related classes.
  • Added Locale, TextSpan, and Text.rich() constructor.
  • Exported multiple wrappers (thanks @Zverik)
  • Fix typo in example code (thanks @chan150)

v0.8.1

03 Sep 21:35

Choose a tag to compare

  • 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

20 Jul 02:25

Choose a tag to compare

  • 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

07 Jun 19:31

Choose a tag to compare

  • Support for Flutter 3.32
  • Export the Foundation library to allow using $Key and other classes
  • Add binding for Navigator.onPopInvokedWithResult
  • Add GitHub Sponsors button to README

Github-sponsors

v0.7.7

13 May 22:11

Choose a tag to compare

  • Support for Flutter 3.29 (thanks @Zverik)

v0.7.6

06 Jul 05:45

Choose a tag to compare

  • Support for Flutter 3.22 (thanks @wrbl606)

v0.7.5

17 Mar 23:19

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

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

Choose a tag to compare

  • Add GestureDetector, Offset, Velocity, and related classes
  • Support for Flutter 3.19

v0.7.0

29 Oct 04:54

Choose a tag to compare

  • Upgrade to dart_eval v0.7.0
  • Documentation improvements