Skip to content

NativeDialog causes NoSuchMethodError: The method 'map' was called on null. #13

@amigax

Description

@amigax

I thought you just add native like this

return showDialog( context: context, builder: (context) { return NativeDialog ( content: Text("Please enter an email address"), ); }, );

but I get error: NoSuchMethodError: The method 'map' was called on null. how to use it ?

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