Skip to content

Releases: ethanblake4/flutter_eval

v0.8.2

Choose a tag to compare

@Zverik Zverik released this 17 Jan 12:34
5537d25
  • 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

Choose a tag to compare

@ethanblake4 ethanblake4 released this 03 Sep 21:35
  • 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

Choose a tag to compare

@ethanblake4 ethanblake4 released this 20 Jul 02:25
  • 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

Choose a tag to compare

@ethanblake4 ethanblake4 released this 07 Jun 19:31
  • 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

Choose a tag to compare

@ethanblake4 ethanblake4 released this 13 May 22:11
  • Support for Flutter 3.29 (thanks @Zverik)

v0.7.6

Choose a tag to compare

@ethanblake4 ethanblake4 released this 06 Jul 05:45
  • Support for Flutter 3.22 (thanks @wrbl606)

v0.7.5

Choose a tag to compare

@ethanblake4 ethanblake4 released this 17 Mar 23:19
  • 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

Choose a tag to compare

@ethanblake4 ethanblake4 released this 04 Mar 07:37
  • Add Alignment, AspectRatio, Align, Radius, BorderRadiusGeometry, BorderRadius, Baseline, ClipRRect, ColoredBox, Directionality, Expanded, FittedBox, FractionallySizedBox, Stack, Positioned, SizedBox, Clip, and StackFit

v0.7.2

Choose a tag to compare

@ethanblake4 ethanblake4 released this 20 Feb 07:47
  • Add GestureDetector, Offset, Velocity, and related classes
  • Support for Flutter 3.19

v0.7.0

Choose a tag to compare

@ethanblake4 ethanblake4 released this 29 Oct 04:54
  • Upgrade to dart_eval v0.7.0
  • Documentation improvements