Skip to content

Remove FlutterActivity#onFlutterReady() #10571

@tvolkert

Description

@tvolkert

As of flutter/engine#3748, FlutterActivity#onFlutterReady() is no longer needed and has been deprecated
— subclasses should just put their "on Flutter ready" logic on #onCreate(Bundle) after calling super.onCreate()

After sufficient time has passed to allow callers to stop using the method, we should remove it.

Unless anyone objects by commenting on this issue, the API removal is targeted for Wednesday, June 21 (two weeks from today).

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: API breakBackwards-incompatible API changesengineflutter/engine related. See also e: labels.platform-androidAndroid applications specifically

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions