Skip to content

Releases: ethanblake4/flutter_eval

v0.5.1

12 Oct 23:07
Compare
Choose a tag to compare
  • Add IconButton
  • Fix AppBar actions
  • Fix NavigatorState methods
  • Support for routes in MaterialApp

v0.5.0

11 Oct 18:20
Compare
Choose a tag to compare
  • Switch to new EvalPlugin system
  • Enable incremental parsing in EvalWidget and CompilerWidget
  • Support for Icons (standard only for now, no outlined/sharp/rounded)
  • Support for EdgeInsets.only and EdgeInsets.symmetric
  • Improve support for AppBar and FloatingActionButton
  • Fix import error when using Flutter 3.0

v0.4.7

17 Sep 20:15
Compare
Choose a tag to compare
  • Add Axis and Size
  • Add Curve and Curves
  • Add curve classes: SawTooth, Interval, Threshold, Cubic,
    Elastic(In/Out/InOut)Curve

v0.4.6

10 Sep 19:00
Compare
Choose a tag to compare
  • Add Builder
  • Add AlignmentGeometry, Alignment, and BoxConstraints
  • Add alignment, margin, constraints, and transformAlignment on Container
  • Add widthFactor and heightFactor on Center
  • Add TextDirection, VerticalDirection, and TextBaseline
  • Add textDirection and verticalDirection on Row
  • Add verticalDirection and textBaseline on Column
  • Documentation improvements

v0.4.5

07 Sep 21:52
Compare
Choose a tag to compare
  • Support for Flutter 3.3
  • Update example to the Flutter counter example
  • Correct resolution of the State widget type parameter
  • Generate JSON bindings for use in the dart_eval CLI
  • Add Theme, ThemeData, TextTheme, and FontStyle
  • Add Center