google-pay / google-pay/flutter-plugin

Unable to load asset: "packages/pay_platform_interface/pubspec.yaml".

Open
#331 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.