watchdog 0.2.0
watchdog: ^0.2.0 copied to clipboard
A Flutter developer toolkit that streams HTTP requests, responses, BLoC lifecycle events, navigation, and app logs to a browser-based DevTools page in real-time.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Boburbek6010/watchdog was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/Boburbek6010/watchdog was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/Boburbek6010/watchdog/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
166 out of 216 API elements (76.9 %) have documentation comments.
Some symbols that are missing documentation: watchdog.InstanceEvent.InstanceEvent.new, watchdog.InstanceEvent.action, watchdog.InstanceEvent.category, watchdog.InstanceEvent.id, watchdog.InstanceEvent.timestamp.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:watchdog/watchdog.dartthat imports:package:watchdog/src/interceptors/watchdog_dio_interceptor.dartthat imports:package:dio/dio.dartthat imports:package:dio/src/transformer.dartthat imports:package:dio/src/transformers/sync_transformer.dartthat imports:package:dio/src/options.dartthat imports:package:dio/src/adapter.dartthat imports:package:dio/src/adapters/io_adapter.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/models/route_event.dart:35:57
╷
35 │ /// Runtime type of the route (e.g. "MaterialPageRoute<dynamic>").
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/route_event.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
chopper |
^8.5.1 |
8.6.0 | 8.6.0 | |
dio |
>=5.0.0 <6.0.0 |
5.9.2 | 5.9.2 | |
flutter_bloc |
>=8.1.3 <10.0.0 |
9.1.1 | 9.1.1 | |
flutter_riverpod |
>=2.4.0 <3.0.0 |
2.6.1 | 3.3.2 | |
get_it |
>=7.6.0 <10.0.0 |
9.2.1 | 9.2.1 | |
http |
>=0.13.0 <2.0.0 |
1.6.0 | 1.6.0 | |
shelf |
^1.4.2 |
1.4.2 | 1.4.2 | |
shelf_router |
^1.1.4 |
1.1.4 | 1.1.4 | |
shelf_web_socket |
>=2.0.0 <4.0.0 |
3.0.0 | 3.0.0 | |
talker |
^5.1.13 |
5.1.17 | 5.1.17 | |
uuid |
^4.5.3 |
4.5.3 | 4.5.3 | |
web_socket_channel |
^3.0.0 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
- | 2.0.3 | 2.0.3 | |
async |
- | 2.13.1 | 2.13.1 | |
bloc |
- | 9.2.1 | 9.2.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
equatable |
- | 2.0.8 | 2.0.8 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
qs_dart |
- | 1.8.0 | 1.8.0 | |
riverpod |
- | 2.6.1 | 3.3.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
talker_logger |
- | 5.1.17 | 5.1.17 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=2.4.0 <3.0.0` on flutter_riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 11 errors:
UNDEFINED_CLASS-lib/src/interceptors/watchdog_dio_interceptor.dart:74:16- Undefined class 'DioException'.UNDEFINED_CLASS-lib/src/interceptors/watchdog_dio_interceptor.dart:92:5- Undefined class 'DioException'.UNDEFINED_CLASS-lib/src/interceptors/watchdog_dio_interceptor.dart:114:49- Undefined class 'DioException'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.