From 66efe3b5ce2a955aab1520182ddbf86be3893323 Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Thu, 12 Dec 2019 17:31:35 -0500 Subject: [PATCH] Adding redirect README for add_to_app (#182) --- experimental/README.md | 4 ++-- experimental/add_to_app/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 experimental/add_to_app/README.md diff --git a/experimental/README.md b/experimental/README.md index 801a9e745..73105802e 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -4,7 +4,7 @@ In this directory, you'll find samples that target Flutter's master channel. They may take advantage of new SDK features that haven't landed in the stable channel, and they may crash, lock up your machine, or otherwise fail to run correctly. In other words, consider everything in this directory to be an -experiment. +experiment. We're maintaining these samples here so that folks can see some of Flutter's upcoming features as they evolve, and get a sense for how they'll eventually @@ -28,7 +28,7 @@ flutter channel stable ### [Add-to-App](add_to_app) This project shows how to add a Flutter module to existing Android and iOS -applications. +applications. ## Want more info about the repo in general? diff --git a/experimental/add_to_app/README.md b/experimental/add_to_app/README.md new file mode 100644 index 000000000..0c423a442 --- /dev/null +++ b/experimental/add_to_app/README.md @@ -0,0 +1,6 @@ +# Looking for the add-to-app samples? + +They've graduated from the `experimental` folder and can now be found in the +root directory of the repo: + +https://github.com/flutter/samples/tree/master/add_to_app