fluttercommunity / fluttercommunity/native_widgets

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

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
94
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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 ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.