Muhammad Noman

Results 3 comments of Muhammad Noman

> I fixed the issue buy changing the target IOS of the plugin to 11 Hi @Abosrie , can you tell me how you changed that? means from where? I...

Hey, I have same error as you had. Did you solve the issue or not? If you solved the issue then let me know please. I also want to run...

@tharakaWijesundara, you can achieve that like this: ``` Theme( data: ThemeData.light().copyWith( colorScheme: ColorScheme.light( primary: Colors.white, ) ), child: CountryListPick( .... .... ) ) ```