-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
28 lines (23 loc) · 1.11 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# https://dart.dev/tools/pub/pubspec
name: hotreloader
version: 4.2.1-SNAPSHOT
description: >
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.
repository: https://github.com/vegardit/dart-hotreloader.git
homepage: https://github.com/vegardit/dart-hotreloader
documentation: https://github.com/vegardit/dart-hotreloader/blob/master/README.md
issue_tracker: https://github.com/vegardit/dart-hotreloader/issues
environment:
# https://dart.dev/tools/pub/pubspec#sdk-constraints
sdk: ">=3.0.0 <4.0.0"
# https://dart.dev/tools/pub/dependencies#version-constraints
dependencies:
collection: ^1.15.0 # https://pub.dev/packages/collection
logging: ^1.0.0 # https://pub.dev/packages/logging
path: ^1.8.0 # https://pub.dev/packages/path
stream_transform: ^2.0.0 # https://pub.dev/packages/stream_transform
vm_service: ">=6.0.1 <15.0.0" # https://pub.dev/packages/vm_service
watcher: ^1.1.0 # https://pub.dev/packages/watcher
dev_dependencies:
lint: ^2.1.2