Skip to content

Make integration via Android FlutterView easier #7785

@matthew-carroll

Description

@matthew-carroll

Publish a website guide that explains how to use Flutter with a FlutterView on Android.

FlutterView is the finest grained, and almost most tedious approach to including Flutter in an Android app. There are some cases where a FlutterView is the only option, e.g., within a ListView or RecyclerView. There may also be some other edge cases where a developer needs to place Flutter within the View hierarchy but cannot otherwise use a Fragment. These are the cases for a FlutterView.

A FlutterView will require a number of signals forwarded from the Activity level, as well as many lifecycle calls that either originate at the Activity or Fragment level.

Please ensure that this guide is written against the newest version of the Android embedding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cl.fixedIssue is closed as fixeddev.existing-appsRelates to integrating Flutter into existing appsfrom.flutter-sdkReported via move from flutter/flutter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions