Skip to content

Flutter 2.10 & 3.0 throw warnings during compilation #316

Description

@ciriousjoker

Example:

WidgetsBinding.instance!.addObserver(this);

now becomes (notice the missing !):

WidgetsBinding.instance.addObserver(this);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions