hotreloader 4.3.0 copy "hotreloader: ^4.3.0" to clipboard
hotreloader: ^4.3.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
copied to clipboard

With Flutter:

 $ flutter pub add hotreloader
copied to clipboard

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

dependencies:
  hotreloader: ^4.3.0
copied to clipboard

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';
copied to clipboard
68
likes
150
points
1.83M
downloads

Publisher

verified publishervegardit.com

Weekly Downloads

2024.08.06 - 2025.02.18

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