From 192de65a12ce3a9d1eaeb4c6b81314c85342dff3 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 6 Nov 2023 12:34:44 +0000 Subject: [PATCH] Fix scrolling issue in Flutter QS (#10326) --- articles/quickstart/native/flutter/interactive.md | 2 -- articles/quickstart/spa/flutter/interactive.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/articles/quickstart/native/flutter/interactive.md b/articles/quickstart/native/flutter/interactive.md index 7f963a9789..3d80b2580b 100644 --- a/articles/quickstart/native/flutter/interactive.md +++ b/articles/quickstart/native/flutter/interactive.md @@ -29,8 +29,6 @@ Auth0 allows you to quickly add authentication and access user profile informati The Flutter SDK currently only supports Flutter applications running on Android or iOS platforms. ::: -## Getting started - This quickstart assumes you already have a [Flutter](https://flutter.dev/) application up and running. If not, check out the [Flutter "getting started" guides](https://docs.flutter.dev/get-started/install) to get started with a simple app. You should also be familiar with the [Flutter command line tool](https://docs.flutter.dev/reference/flutter-cli). diff --git a/articles/quickstart/spa/flutter/interactive.md b/articles/quickstart/spa/flutter/interactive.md index f2146dd20a..6b54ceb73d 100644 --- a/articles/quickstart/spa/flutter/interactive.md +++ b/articles/quickstart/spa/flutter/interactive.md @@ -30,8 +30,6 @@ Auth0 allows you to quickly add authentication and access user profile informati The Flutter SDK currently only supports Flutter applications running on Android, iOS, or Web platforms. ::: -## Getting started - This quickstart assumes you already have a [Flutter](https://flutter.dev/) application up and running. If not, check out the [Flutter "getting started" guides](https://docs.flutter.dev/get-started/install) to get started with a simple app. You should also be familiar with the [Flutter command line tool](https://docs.flutter.dev/reference/flutter-cli).