Class FlutterApplication

All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2

@Deprecated public class FlutterApplication extends Application
Deprecated.
Empty implementation of the Application class, provided to avoid breaking older Flutter projects. Flutter projects which need to extend an Application should migrate to extending Application instead.

For more information on the removal of Flutter's v1 Android embedding, see: https://docs.flutter.dev/release/breaking-changes/v1-android-embedding.

  • Constructor Details

    • FlutterApplication

      public FlutterApplication()
      Deprecated.