You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Flutter into an existing app, such as one built with SwiftUI, is an important part of the journey for experimenting with Flutter and using flutter to reduce code duplication across your existing apps.
The proposal here is to show some simple scrolling SwiftUI based list. And one of the views scrolling in and out of view is a Flutter widget.
A sample like this really drives home that you can put Flutter inside of your existing SwiftUI. And it would complement other samples that are full-screen embeddings of Flutter inside a SwiftUI app.
The text was updated successfully, but these errors were encountered:
Use case
Adding Flutter into an existing app, such as one built with SwiftUI, is an important part of the journey for experimenting with Flutter and using flutter to reduce code duplication across your existing apps.
Proposal
The case of embedding some shared non-fullscreen UI into your app is one case we want to show an example of, presumably through one of the samples in https://github.com/flutter/samples/tree/main/add_to_app
The proposal here is to show some simple scrolling SwiftUI based list. And one of the views scrolling in and out of view is a Flutter widget.
A sample like this really drives home that you can put Flutter inside of your existing SwiftUI. And it would complement other samples that are full-screen embeddings of Flutter inside a SwiftUI app.
The text was updated successfully, but these errors were encountered: