roipeker / flutter_translation_sheet

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

Updated Dependencies to resolve errors #21

Closed leossmith closed 1 year ago

leossmith commented 2 years ago

Updating to flutter 3.0.0 and Dart 2.17 leads to an error:

/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/win32-2.3.6/lib/src/structs.g.dart:662:38: Error: Setter not found: 'UnicodeChar'.
  set UnicodeChar(int value) => Char.UnicodeChar = value;

Updated all dependencies to latest ones to resolve the issue.