Adding redirect README for add_to_app (#182)

pull/188/head
Andrew Brogdon 5 years ago committed by GitHub
parent 218fca3f20
commit 66efe3b5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 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 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 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 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 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) ### [Add-to-App](add_to_app)
This project shows how to add a Flutter module to existing Android and iOS This project shows how to add a Flutter module to existing Android and iOS
applications. applications.
## Want more info about the repo in general? ## Want more info about the repo in general?

@ -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
Loading…
Cancel
Save