diff --git a/pubspec.yaml b/pubspec.yaml index 0f4cc45..5c2f9d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -106,6 +106,11 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^5.0.0 +# Override transitive win32/archive to versions compatible with Docker Flutter image Dart (UnmodifiableUint8ListView fix) - by Azmat +dependency_overrides: + win32: 5.0.0 + archive: 3.6.1 + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec