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

Gen 2 flutter add auth sample code needs rename outputs file #7491

Open
hangoocn opened this issue May 6, 2024 · 1 comment
Open

Gen 2 flutter add auth sample code needs rename outputs file #7491

hangoocn opened this issue May 6, 2024 · 1 comment

Comments

@hangoocn
Copy link

hangoocn commented May 6, 2024

Describe the content issue:
The sample code is:

import 'amplifyconfiguration.dart';
await Amplify.configure(outputs);

but these should be renamed to match the actual output generated:

import 'amplify_outputs.dart';
await Amplify.configure(amplifyConfig);

URL page where content issue is:
https://docs.amplify.aws/flutter/start/quickstart/#adding-authentication

@hangoocn hangoocn changed the title Gen 2 flutter sample code need to rename 'import 'amplifyconfiguration.dart';' Gen 2 flutter add auth sample code need to rename 'import 'amplifyconfiguration.dart';' May 6, 2024
@hangoocn hangoocn changed the title Gen 2 flutter add auth sample code need to rename 'import 'amplifyconfiguration.dart';' Gen 2 flutter add auth sample code needs rename May 6, 2024
@hangoocn hangoocn changed the title Gen 2 flutter add auth sample code needs rename Gen 2 flutter add auth sample code needs rename outputs May 6, 2024
@hangoocn hangoocn changed the title Gen 2 flutter add auth sample code needs rename outputs Gen 2 flutter add auth sample code needs rename outputs file May 6, 2024
@rashodkorala
Copy link
Contributor

submit it a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants