gxtai

Results 2 comments of gxtai

> For me what worked was: > > ``` > MaterialApp( > debugShowCheckedModeBanner: false, > .... > builder: (context, child) { > return EasyLoading.init()(context, child); > }, > ) >...