Skip to content

Commit

Permalink
Upgrade packages with flutter/dart pub upgrade (#1742)
Browse files Browse the repository at this point in the history
We couldn't run `dart run build_runner build` anymore. After executing
this command, you received:

```
[SEVERE] Failed to spawn build script after retry. This is likely due to a misconfigured builder definition. See the generated script at .dart_tool/build/entrypoint/build.dart to find errors.
```

This issue was introduced with
#1703. The reason for
it was that we need a newer `frontend_server_client` version (see
google/json_serializable.dart#1427 (comment)).

After running `dart/flutter pub upgrade` in every package, I was able to
execute `dart run build_runner build` again.
  • Loading branch information
nilsreichardt authored Oct 5, 2024
1 parent 580b4d4 commit 9488243
Show file tree
Hide file tree
Showing 62 changed files with 3,417 additions and 3,093 deletions.
2 changes: 1 addition & 1 deletion app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup

target 'Runner' do
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.24.0'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.25.0'

use_frameworks!
use_modular_headers!
Expand Down
Loading

0 comments on commit 9488243

Please sign in to comment.