hotreloader 4.2.0 copy "hotreloader: ^4.2.0" to clipboard
hotreloader: ^4.2.0 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

With Flutter:

 $ flutter 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: ^4.2.0

Alternatively, your editor might support dart pub get or flutter 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';
61
likes
130
pub points
88%
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
Contributing

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, logging, path, stream_transform, vm_service, watcher

More

Packages that depend on hotreloader