fl_query_devtools 0.1.0+1
fl_query_devtools: ^0.1.0+1 copied to clipboard
Devtools support for Fl-Query
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
1 out of 5 API elements (20.0 %) have documentation comments.
Some symbols that are missing documentation: fl_query_devtools
, fl_query_devtools.FlQueryDevtools
, fl_query_devtools.FlQueryDevtools.FlQueryDevtools.new
, fl_query_devtools.FlQueryDevtools.child
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fl_query_devtools/fl_query_devtools.dart
that imports:package:fl_query_devtools/src/devtools.dart
that imports:package:fl_query_devtools/src/widgets/devtools_root.dart
that imports:package:fl_query_devtools/src/widgets/tabs/query_tab.dart
that imports:package:fl_query_devtools/src/helpers/jsonify_value.dart
that imports:package:fl_query/fl_query.dart
that imports:package:fl_query/src/widgets/mutation_builder.dart
that imports:package:fl_query/src/core/mutation.dart
that imports:package:fl_query/src/core/mixins/retryer.dart
that imports:package:fl_query/src/core/client.dart
that imports:package:hive_flutter/adapters.dart
that imports:package:hive_flutter/hive_flutter.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: The member 'state' can only be used within instance members of subclasses of 'package:state_notifier/state_notifier.dart'.
lib/src/widgets/tabs/infinite_query_tab.dart:72:42
╷
72 │ 'pages': query.state.pages.map((page) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/tabs/infinite_query_tab.dart
WARNING: The member 'state' can only be used within instance members of subclasses of 'package:state_notifier/state_notifier.dart'.
lib/src/widgets/tabs/query_tab.dart:72:40
╷
72 │ 'stale': query.state.isStale,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/tabs/query_tab.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
fl_query |
^1.1.0 |
1.1.0 | 1.1.0 | |
json_view |
^0.4.1 |
0.4.2 | 0.4.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
hive |
- | 2.2.3 | 2.2.3 | |
hive_flutter |
- | 1.1.0 | 1.1.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mutex |
- | 3.1.0 | 3.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
state_notifier |
- | 0.7.2+1 | 1.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.