roipeker / flutter_translation_sheet

A super simple l10n tool with auto translations via GoogleSheet.
MIT License
43 stars 14 forks source link

Does not work with Dart 3.3 #31

Open PhilipChng opened 6 months ago

PhilipChng commented 6 months ago

Hi @roipeker ,

It throws error when I am running on Flutter 3.19.1 with Dart 3.3. Synchronous waiting using dart:cli waitFor and C API Dart_WaitForEvent is deprecated and disabled by default. This feature will be fully removed in Dart 3.4 release. You can currently still enable it by passing --enable_deprecated_wait_for to the Dart VM. See https://dartbug.com/52121.

fotiDim commented 6 months ago

Same here. Seems the issue lies with dcli. More info here.

fotiDim commented 6 months ago

Made a PR about it. There is an console error that prints but at least it seems to work now.