google-pay / google-pay/flutter-plugin
Unable to load asset: "packages/pay_platform_interface/pubspec.yaml".
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 176
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Using:
Flutter 3.44.0
iOS 26.5.0
Stacktrace from Crashlytics:
2 crash events affecting 1 user
Unable to load asset: "packages/pay_platform_interface/pubspec.yaml".
0 PlatformAssetBundle.load.<fn> + 332 (asset_bundle.dart:332)
1 _CustomZone.runUnary (dart:async)
2 AssetBundle.loadString + 92 (asset_bundle.dart:92)
3 Configurations._getPackageConfiguration + 59 (configurations.dart:59)
4 Configurations.extractParameters + 46 (configurations.dart:46)
Gemini 3.5 Flash (High) Solution:
assets:
- packages/pay_platform_interface/pubspec.yaml
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the reported failure through asset_bundle.dart and configurations.dart, using the Crashlytics stack trace as the entry point. Reproduce the missing packages/pay_platform_interface/pubspec.yaml error on the listed Flutter and iOS versions, then verify that package configuration loads successfully without the crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile, payments
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100