You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Flutter ~2.0 fails: The pubspec.lock file has changed since the .dart_tool/package_config.json file was generated, please run "pub get" again.
19
+
# So we do exactly as suggested... Looks like something to do with path dependency_overrides. Try to remove the workaround with the next stable release.
20
+
generateCmd="flutter pub run build_runner build --delete-conflicting-outputs"
21
+
$generateCmd|| (flutter pub get &&$generateCmd)
22
+
23
+
# flutter drive is currently not available in GitHub Actions (TODO start an emulator/simulator?)
0 commit comments