fluttercommunity / fluttercommunity/native_widgets
NativeDialog causes NoSuchMethodError: The method 'map' was called on null.
Open
- 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.