Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange "Client ID" and "Endpoint" fields in demo app #20

Open
fungc-io opened this issue Jan 3, 2023 · 0 comments
Open

Rearrange "Client ID" and "Endpoint" fields in demo app #20

fungc-io opened this issue Jan 3, 2023 · 0 comments
Assignees
Labels
example/ux UX issue of the example app

Comments

@fungc-io
Copy link
Member

fungc-io commented Jan 3, 2023

body: ListView(
children: [
Container(
padding:
const EdgeInsets.symmetric(vertical: 8, horizontal: 16),
child: TextFieldWithLabel(
label: "Endpoint",
hintText: "Enter Authegar endpoint",
controller: _endpointController,
),
),
Container(
padding:
const EdgeInsets.symmetric(vertical: 8, horizontal: 16),
child: TextFieldWithLabel(
label: "Client ID",
hintText: "Enter client ID",
controller: _clientIDController,
),
),

Follow the convention of other example apps: "Client ID" input field should go above "Authgear Endpoint"

@fungc-io fungc-io added the example/ux UX issue of the example app label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example/ux UX issue of the example app
Projects
None yet
Development

No branches or pull requests

2 participants