-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: API breakBackwards-incompatible API changesBackwards-incompatible API changesengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Milestone
Description
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).
Khalid-Nowaf
Metadata
Metadata
Assignees
Labels
c: API breakBackwards-incompatible API changesBackwards-incompatible API changesengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specifically