Skip to content

GraphX v1.0.1 nullsafety

Compare
Choose a tag to compare
@roipeker roipeker released this 01 Jun 15:33
· 9 commits to null-safety since this release
  • more null safety migrations.
  • experimental GDropShadowFilter.innerShadow (hurts performance).
  • add SceneBuilderWidget.autoSize to auto expand the scene on the parent widget.
  • fix bug with GText in LayoutUtils.row.
  • fix EventSignal bug, remove() callbacks while dispatching them.
  • prevents assigning NaN to GDisplayObject transform properties based on double.
  • some minor fixes and forced non-nullable properties.