mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Adding redirect README for add_to_app (#182)
This commit is contained in:
@@ -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?
|
||||||
|
|
||||||
|
|||||||
6
experimental/add_to_app/README.md
Normal file
6
experimental/add_to_app/README.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user