hotreloader 3.0.5 copy "hotreloader: ^3.0.5" to clipboard
hotreloader: ^3.0.5 copied to clipboard

Automatic hot code reloader for Dart projects that monitors the source files of a Dart project for changes and automatically applies them to the running Dart process.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hotreloader

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hotreloader: ^3.0.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hotreloader/hotreloader.dart';
62
likes
0
pub points
87%
popularity

Publisher

verified publishervegardit.com

Automatic hot code reloader for Dart projects that monitors the source files of a Dart project for changes and automatically applies them to the running Dart process.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

collection, logging, path, stream_transform, vm_service, watcher

More

Packages that depend on hotreloader