restarter 0.1.1 copy "restarter: ^0.1.1" to clipboard
restarter: ^0.1.1 copied to clipboard

Restarter is a tool that detects file changes and automatically restarts the application.

Watch and Restart made easy.

Restarter is a tool that detects file changes and automatically restarts the application.

Usage #

import 'package:restarter/restarter.dart';

void main() {
  final restarter = Restarter(
    'dart',
    args: ['example/counter.dart'],
    watch: ['*.dart', 'pubspec.lock'],
  );
  restarter.start();
}
copied to clipboard

Features and bugs #

Please file feature requests and bugs at the issue tracker.

License #

MIT
copied to clipboard
0
likes
40
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.21 - 2025.04.05

Restarter is a tool that detects file changes and automatically restarts the application.

Repository (GitHub)

License

MIT (license)

Dependencies

path

More

Packages that depend on restarter