OpenFlutter / flutter_oktoast

Toast library for Flutter.

Home Page:https://pub.dev/packages/oktoast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3.3.2 build error

christian1combo opened this issue · comments

Target dart2js failed: Exception: Warning: The 'dart2js' entrypoint script is deprecated, please use 'dart compile js' instead.
../../../../.pub-cache/hosted/pub.flutter-io.cn/oktoast-3.3.2/lib/src/widget/overlay.dart:582:9:
Error: A constant constructor can't call a non-constant super constructor.

Same error I also got, how can we debug it?

Which Flutter version?

It's 3.7 on Mac now. I will try this on the Windows 3.10 version.

Ran some blame and found the cause: flutter/flutter#119195.