polarby / render

A package to render any native static and moving flutter widgets to exportable formats
https://pub.dev/packages/render
MIT License
49 stars 26 forks source link

fails on the new Flutter 3.10 #14

Closed ahndwon closed 1 year ago

ahndwon commented 1 year ago

Describe the bug windows is missing on Flutter 3.10

:276:9: Error: No named parameter with the name 'window'.
        window: ui.window,
        ^^^^^^
/opt/homebrew/Caskroom/flutter/2.10.0/flutter/packages/flutter/lib/src/rendering/view.dart:68:3: Context: Found this candidate, but the arguments don't match.
  RenderView({
  ^^^^^^^^^^

To Reproduce Steps to reproduce the behavior:

  1. Upgrade to Flutter 3.10
  2. Build

Expected behavior Build

polarby commented 1 year ago

Thanks for opening this issue. I am on it!

polarby commented 1 year ago

Fixed with release 1.3 (476e5fb480c9481620d4ccdd6c75c230aae2d184)