0 purchases
core dart
Package with utilities and helpers that are useful in any dart project.
Features #
The list of available functions: #
delay
Getting started #
dependencies:
core_dart: [latest-version]
copied to clipboard
Usage #
Delay shortcut example:
import 'package:core_dart/core_dart.dart';
Future<void> main() async {
await delay(seconds: 5);
print('After delay');
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.