Ramon Vicente
Ramon Vicente
For me what worked was: ``` MaterialApp( debugShowCheckedModeBanner: false, .... builder: (context, child) { return EasyLoading.init()(context, child); }, ) ``` Since the init method returns a function, it needs to...
If you are using the facade ```Setting```, make sure are using ```\Setting::whatever```, to not use current namespace
@apansky, you are right, is that the problem. For anyone who is using outline style as global, you can add a custom css to resize the time inputs: For me...
@torabian any news of this feature?