-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Labels
⏳Bot is counting down the days until it unassigns the issueBot is counting down the days until it unassigns the issueP1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: existing-appsIntegration with existing apps via the add-to-app flowIntegration with existing apps via the add-to-app flowc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: thoughts (g3)engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
iOS version of #149033.
Web version implemented with #134501.
Original issue
This is like #134501, but for mobile.
A use case for addtoapp would be to embed Flutter into a native scrollable of some sort. Consider the following:
At this time, on mobile platforms, the size of the Flutter view must be fixed in the embedding. This reduces the design space for the embedded Flutter app.
<LinearLayout
android:id="@+id/flutter_view_container"
android:layout_width="match_parent"
android:layout_height="500dp" />Instead, we want to be able to set wrap_content:
<LinearLayout
android:id="@+id/flutter_view_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>See b/342534475 for more internal context.
Metadata
Metadata
Assignees
Labels
⏳Bot is counting down the days until it unassigns the issueBot is counting down the days until it unassigns the issueP1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: existing-appsIntegration with existing apps via the add-to-app flowIntegration with existing apps via the add-to-app flowc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: thoughts (g3)engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
