menu
dartcore package
documentation
hotreload.dart
hotreload.dart
dark_mode
light_mode
hotreload
library
Functions
disableHotReload
(
App
app
)
→ void
Disables hot reloading of the application.
enableHotReload
(
App
app
)
→ void
Enables hot reloading of the application when source files change.
hotReload
(
App
app
)
→ void
Performs a hot reload of the application by shutting down the current instance and restarting it with the same executable and arguments.
watchFiles
(
Function
onFileChange
)
→ void
Watches for changes in Dart files within the current directory and its subdirectories. When a Dart file is modified, the
onFileChange
callback is triggered.
dartcore package
documentation
hotreload.dart
dartcore
package
Libraries
annotation
apikey
apikeymanager
blocker
cache
config
custom_template_engines/css
custom_template_engines/js
custom_template_engines/json
custom_template_engines/toml
custom_template_engines/yaml
custom_templates
custom_types
dartcore
db
event_emitter
hotreload
json_encryptor
openapi_spec
queue
rate_limiter
ssl
template_engine
websocket_support/handler
hotreload library