Flutter Google Play Console Resource Name for Tests
Asked Answered
N

2

14

I developed an app in Flutter and I'm posting to Google Play, though, I would like to know how / where I can set the widget name information so that I can enter as login credentials on the Play Console for automated tests / captures (the image shows Google Play Location)...

the image shows Google Play Location

Noyade answered 22/8, 2018 at 15:45 Comment(4)
uau, nobody comment :(Noyade
No idea ? seems very important for better app quality ?Spelunker
Still an open issue github.com/flutter/flutter/issues/16921Rigobertorigor
I was wondering if a widget key would be accessible by PlayStore reviewing process as in flutter integration tests.Participle
G
-3

We cant use automated tests for now. But if you created an alpha version for pre-release test you can add login parameters:

  1. Go to play console select your app
  2. select "Pre-release report" in "version management" tab
  3. in Settings tab fill "Login credential" section

pre-release testers will use it.

Gillian answered 16/1, 2020 at 21:47 Comment(0)
D
-3

Use this command:

flutter build apk --release

the apk will be generated, then you can publish it in Google Play.

Distress answered 20/9, 2023 at 23:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.