1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Reorged android_view to match the rest of the projects. (#740)

This commit is contained in:
gaaclarke
2021-02-25 22:11:59 -08:00
committed by GitHub
parent 090e95b3a1
commit 3be0794966
55 changed files with 804 additions and 154 deletions

View File

@@ -20,6 +20,8 @@ existing Android and iOS apps.
* ['multiple_flutters'](./multiple_flutters) — Shows the usage of the Flutter
Engine Group APIs to embed multiple instances of Flutter into an existing app
with low memory cost.
* ['android_view'](./android_view) — Shows how to integrates a Flutter
add-to-app module at a view level for Android.
## Goals for these samples