roipeker / flutter_translation_sheet

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

Fix dependency on waitFor #32

Closed fotiDim closed 6 months ago

fotiDim commented 6 months ago

This PR removes the dependency on waitFor to make it compatible with the latest Dart version.

Currenty because of the alpha version of dcli we are getting this console error but arb files still are generated fine.

Unhandled exception:
Bad state: stdio is not connected
#0      _ProcessImpl.stdout (dart:io-patch/process_patch.dart:530:19)
#1      _startIsolate.<anonymous closure> (package:dcli/src/process/process/process_in_isolate.dart:89:26)
<asynchronous suspension>
roipeker commented 6 months ago

Cant test it now, I assume it works fine :)

roipeker commented 6 months ago

I just published a new version with ur PR with the prerelease dependency. 1.0.33-dev.1