1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Fixed Typo in add-to-app/README.md (#706)

This commit is contained in:
Swayam221
2021-02-09 00:06:05 +05:30
committed by GitHub
parent a6df5aca82
commit 20f8b71f28

View File

@@ -15,7 +15,7 @@ existing Android and iOS apps.
is using plugins into an existing iOS or Android app. is using plugins into an existing iOS or Android app.
* [`books`](./books) — Mimics a real world use-case of embedding Flutter into an * [`books`](./books) — Mimics a real world use-case of embedding Flutter into an
existing Android app and demonstrates using existing Android app and demonstrates using
[Pigeon](https://pub.dev/packages/pigeon) to communicate between Fluter and [Pigeon](https://pub.dev/packages/pigeon) to communicate between Flutter and
the host application. the host application.
## Goals for these samples ## Goals for these samples