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

outdated

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

example/restarter_example.dart

import 'package:restarter/restarter.dart';

void main() {
  final restarter = Restarter(
    'dart',
    args: ['example/counter.dart'],
    watch: ['*.dart', 'pubspec.lock'],
  );
  restarter.start();
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

path

More

Packages that depend on restarter