Skip to content

Authenticator UI add custom logo #3998

Open
@nirav-baid

Description

@nirav-baid

Which Specific Feature is your question related to?

Amplify UI

Question

How do I set the company logo in the AWS Amplify Authenticator UI for my Flutter app? The instructions here are too invasive or unclear: https://ui.docs.amplify.aws/flutter/connected-components/authenticator/customization

Isn't there a way to pass the logo as a parameter to the Authenticator UI? Here's a quick snippet of my working UI:

@override
  Widget build(BuildContext context) {
    return Authenticator(
      padding: const EdgeInsets.symmetric(horizontal: 32, vertical: 32),
      // want to pass company logo in here, or let the Cloud handle it
      child: MaterialApp(
        debugShowCheckedModeBanner: false,
        builder: Authenticator.builder(),
        home: LandingPage(),
        theme: lightMode,
        darkTheme: darkMode,
      ),
    );
  }

Metadata

Metadata

Assignees

Labels

AuthenticatorIssues related to the Authenticator UI Componentfeature-requestA request for a new feature or an enhancement to an existing API or category.transferredThis issue was transferred from another Amplify project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions