code_timer 1.0.4 copy "code_timer: ^1.0.4" to clipboard
code_timer: ^1.0.4 copied to clipboard

Code Execution Timer for Dart and Flutter

example/main.dart

import 'package:code_timer/code_timer.dart';

main() async {
  CodeTimer.start();

  // add your code here
  await Future.delayed(const Duration(seconds: 1));

  CodeTimer.stop();
}
6
likes
120
points
24
downloads

Publisher

verified publisherjunelee.fun

Weekly Downloads

Code Execution Timer for Dart and Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

More

Packages that depend on code_timer