flutter_run_util 0.0.1 flutter_run_util: ^0.0.1 copied to clipboard
To prevent a Future call many times in same time in flutter.
flutter_run_util #
To prevent a Future call many times in same time in flutter.
RunUtil.run(() async {
/// Doing time-consuming tasks
});