Closed crazedVic closed 10 months ago
Have you tried running 'flutter clean' after the upgrade?
You are right, but for anyone else that might run into this...
ok here we go, running 3.0.3:
Launching lib/contact_mgr/main.dart on sdk gphone64 arm64 in debug mode...
Running Gradle task 'assembleDebug'...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app-debug.apk...
Debug service listening on ws://127.0.0.1:61593/jmldCIZCe-I=/ws
Syncing files to device sdk gphone64 arm64...
now upgrading to 3.1.2:
/opt/homebrew/Caskroom/flutter/3.16.4/flutter/bin/flutter --no-color pub get
Resolving dependencies...
_fe_analyzer_shared 64.0.0 (65.0.0 available)
analyzer 6.2.0 (6.3.0 available)
> fast_contacts 3.1.2 (was 3.0.3)
matcher 0.12.16 (0.12.16+1 available)
material_color_utilities 0.5.0 (0.8.0 available)
meta 1.10.0 (1.11.0 available)
path 1.8.3 (1.9.0 available)
test_api 0.6.1 (0.7.0 available)
web 0.3.0 (0.4.0 available)
Changed 1 dependency!
8 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Process finished with exit code 0
running app again:
same errors as above
running flutter clean:
flutter clean
Cleaning Xcode workspace... 2,163ms
Cleaning Xcode workspace... 1,865ms
Deleting build... 304ms
Deleting .dart_tool... 48ms
Deleting Generated.xcconfig... 0ms
Deleting flutter_export_environment.sh... 0ms
Deleting Flutter.podspec... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting .flutter-plugins-dependencies... 0ms
Deleting .flutter-plugins... 0ms
running project:
unning Gradle task 'assembleDebug'...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app-debug.apk...
Debug service listening on ws://127.0.0.1:61925/NknqbBBoFh0=/ws
Syncing files to device sdk gphone64 arm64...
SUCCESS!
my packages, running latest flutter:
runs fine.
if I update to 3.1.2:
and Run, this happens: