Skip to content

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

Description

@fungc-io

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"

Metadata

Metadata

Assignees

Labels

example/uxUX issue of the example app

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions