Skip to content

[<several>] Replace Deprecated getFlutterEngine() calls #2049

Closed
@awhitford

Description

@awhitford

There are 9 instances of calling getFlutterEngine(), which is now deprecated.

I think the fix is trivial; replace:

binding.getFlutterEngine().getDartExecutor()

with

binding.getBinaryMessenger()

This impacts:

  • firebase_admob
  • firebase_database
  • firebase_dynamic_links
  • firebase_in_app_messaging
  • firebase_messaging
  • firebase_ml_vision
  • firebase_performance
  • firebase_remote_config
  • firebase_storage

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions