Play商店上传失败,使用flutter开发的应用程序

时间:2021-02-22 15:48:49

标签: android flutter google-play

我使用 Flutter 开发了该应用程序并尝试从过去 3 天上传,但失败了 5 次。 我已经删除了所有可能的库并删除了未使用的权限。 但是我再次收到了来自谷歌的电子邮件,这是屏幕截图。

enter image description here

enter image description here

我现在不知道是什么问题,这里是 pubspec.yaml

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  dio: ^3.0.7
  firebase_auth: ^0.18.4+1
  firebase_core: ^0.5.3
  firebase_dynamic_links: ^0.6.3
  firebase_messaging: ^7.0.2
  flutter_google_places: ^0.2.6
  flutter_local_notifications: ^1.4.4+5
  flutter_polyline_points: ^0.2.4
  geocoder: ^0.2.1
  geocoding: ^1.0.5
  geolocator: ^6.1.0
  google_directions_api: ^0.5.0
  google_maps_flutter: ^1.0.3
  google_maps_webservice: ^0.0.18
  http: ^0.12.1
  image_picker: ^0.6.7+14
  intl: ^0.16.1
  location: 3.0.2
  mqtt_client: ^8.0.0
  package_info: ^0.4.3+2
  path: ^1.7.0
  path_provider: ^1.6.24
  permission_handler: ^5.0.1+1
  pin_code_fields: 3.0.1
  provider: ^4.3.2+2
  smooth_star_rating: ^1.1.1
  get: ^3.24.0
  get_storage: ^1.4.0
  floor: ^0.18.0
  sqflite: ^1.3.0

dev_dependencies:
  flutter_test:
    sdk: flutter
  build_runner: ^1.10.3
  floor_generator: ^0.18.0

flutter_icons:
  android: true
  ios: true
  image_path: "assets/images/icon.png"

flutter:
  generate: true
  uses-material-design: true

我不知道如何检测确切原因,我要求他们写电子邮件但没有回复。 @update,我还检查了flutter的完整代码,但没有将应用重定向到外面。

0 个答案:

没有答案