Native Widgets - A new Flutter package for using Android and iOS natively on each platform. Maintainer: @rodydavis
92
stars
18
forks
source link
NativeDialog causes NoSuchMethodError: The method 'map' was called on null. #13
Open
amigax opened 3 years ago
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 ?