neelayak
neelayak
Hey @MaikuB when can we expect this update as this will be a game changer for certain use cases?
this is the null safety version ``` `import 'package:flutter/material.dart'; class ModalProgressHUD extends StatelessWidget { final bool inAsyncCall; final double opacity; final Color color; final Widget progressIndicator; Offset? offset; final bool...
Thx sir for the reply I will add this in my app which I am going to publish On Sun 19 Aug, 2018, 4:28 AM SSK, wrote: > i guess...
is it possible to change that background white color if possible can you provide the library code so we can make a custom library
hi this will be helpful sir as i recently made app autostart in the android device and for that, I need to take the user to the device-specific auto-start screen...