core_dart

Creator: coderz1093

Last updated:

0 purchases

core_dart Image
core_dart Images

Languages

Categories

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.