Skip to content

Commit

Permalink
refactor(amplify-frontend-flutter): removes Flutter dev preview text (#…
Browse files Browse the repository at this point in the history
…6568)

Co-authored-by: Noyes <dnnoyes@f8ffc25e9e15.ant.amazon.com>
  • Loading branch information
haverchuck and Noyes committed Feb 8, 2021
1 parent d9ee44b commit 4e24c1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-cli/scripts/post-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ console.log(chalk.green('Android Getting Started - https://docs.amplify.aws/star
console.log(EOL);
console.log(chalk.green('iOS Getting Started - https://docs.amplify.aws/start/q/integration/ios'));
console.log(EOL);
console.log(chalk.green('Flutter (Developer Preview) Getting Started - https://docs.amplify.aws/start/q/integration/flutter'));
console.log(chalk.green('Flutter Getting Started - https://docs.amplify.aws/start/q/integration/flutter'));
console.log(EOL);

console.log(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ async function confirmConfiguration(context) {
} else if (!context.exeInfo.inputParams.yes) {
context.print.info('Please tell us about your project');
const { config } = context.exeInfo.projectConfig[constants.Label];

context.print.warning('⚠️ Flutter project support in the Amplify CLI is in DEVELOPER PREVIEW.');
context.print.warning('Only the following categories are supported:');
context.print.warning(' * Auth');
context.print.warning(' * Analytics (Amazon Pinpoint only)');
context.print.warning(' * API (GraphQL only)');
context.print.warning(' * Storage');

const configurationSettings = [
{
type: 'input',
Expand Down

0 comments on commit 4e24c1d

Please sign in to comment.