core_dart 1.0.0 copy "core_dart: ^1.0.0" to clipboard
core_dart: ^1.0.0 copied to clipboard

Utilities and helpers that are useful in any dart project.

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]

Usage #

Delay shortcut example:

import 'package:core_dart/core_dart.dart';

Future<void> main() async {
  await delay(seconds: 5);
  print('After delay');
}
0
likes
130
points
28
downloads

Publisher

verified publisherchessmax.ru

Weekly Downloads

Utilities and helpers that are useful in any dart project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on core_dart