Interface | Description |
---|---|
FlutterActivityDelegate.ViewFactory |
Specifies the mechanism by which Flutter views are created during the operation of a
FlutterActivityDelegate . |
FlutterActivityEvents |
A collection of Android
Activity methods that are relevant to the core operation of
Flutter applications. |
Class | Description |
---|---|
FlutterActivity |
Deprecated base class for activities that use Flutter.
|
FlutterActivityDelegate |
Deprecated class that performs the actual work of tying Android
Activity instances to
Flutter. |
FlutterApplication |
Flutter implementation of
Application , managing application-level global
initializations. |
FlutterFragmentActivity |
Deprecated class for activities that use Flutter who also require the use of the Android v4
Support library's
FragmentActivity . |
FlutterPluginRegistry |