mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The charcode package has been removed from the Dart SDK source checkout, and the Flutter engine packages that list it in their pubspecs do not depend on it directly or indirectly. Remove it from their pubspecs, so they do not break when the package disappears from the engine source checkout. Bug: https://dart-review.googlesource.com/c/sdk/+/247500