quick_develop_kit 0.1.0
quick_develop_kit: ^0.1.0 copied to clipboard
flutter quick develop kit
We analyzed this package 22 hours ago, and awarded it 70 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.
Homepage URL doesn't exist.
At the time of the analysis https://app.neverfade.ai/
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
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting quick_develop_kit... Discovering libraries... Linking elements... Precaching local docs for 1503048 elements... Initialized dartdoc with 2390 libraries Generating docs for library quick_develop_kit.dart from package:quick_develop_kit/quick_develop_kit.dart... ERR: warning: quick_develop_kit has no library level documentation comments from quick_develop_kit: (file:///tmp/pana_QXBLMY/lib/quick_develop_kit.dart:1:1) warning: unresolved doc reference [DrawableRoot] from quick_develop_kit.svg: (file:///tmp/analyzerNNODMV/pub-cache/hosted/20251002t093000-dot-dartlang-pub.appspot.com/flutter_svg-2.2.1/lib/svg.dart:26:11) in documentation inherited from quick_develop_kit.svg: (file:///tmp/analyzerNNODMV/pub-cache/hosted/20251002t093000-dot-dartlang-pub.appspot.com/flutter_svg-2.2.1/lib/svg.dart:26:11)
dartdoc 8.3.4 (/tmp/analyzerNNODMV/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: Stack Overflow #0 Object.hash (dart:core/object.dart:183:3) #1 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart:1027:36) #2 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart) [69 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:quick_develop_kit/quick_develop_kit.dart
that imports:package:quick_develop_kit/src/database.dart
that imports:package:quick_develop_kit/src/http.dart
that imports:package:quick_develop_kit/src/http/client.dart
that imports:package:http_certificate_pinning/http_certificate_pinning.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:quick_develop_kit/quick_develop_kit.dart
that imports:package:quick_develop_kit/src/database.dart
that imports:package:quick_develop_kit/src/http.dart
that imports:package:quick_develop_kit/src/http/client.dart
that imports:package:http_certificate_pinning/http_certificate_pinning.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:quick_develop_kit/quick_develop_kit.dart
that imports:package:quick_develop_kit/src/database.dart
that imports:package:quick_develop_kit/src/http.dart
that imports:package:quick_develop_kit/src/http/client.dart
that imports:package:http_certificate_pinning/http_certificate_pinning.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:quick_develop_kit/quick_develop_kit.dart
that imports:package:quick_develop_kit/src/database.dart
that imports:package:quick_develop_kit/src/http.dart
that imports:package:quick_develop_kit/src/http/client.dart
that imports:package:http_certificate_pinning/http_certificate_pinning.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:quick_develop_kit/quick_develop_kit.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:quick_develop_kit/quick_develop_kit.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 53 issues. Showing the first 2:
ERROR: The type 'RootTableManager' is declared with 11 type parameters, but 8 type arguments were given.
lib/src/database.g.dart:355:49
╷
355 │ class $$HttpCacheFrameTableTableManager extends RootTableManager<
│ ┌─────────────────────────────────────────────────^
356 │ │ _$QdkHttpCacheDatabase,
357 │ │ $HttpCacheFrameTable,
358 │ │ HttpCacheFrameData,
359 │ │ $$HttpCacheFrameTableFilterComposer,
360 │ │ $$HttpCacheFrameTableOrderingComposer,
361 │ │ $$HttpCacheFrameTableProcessedTableManager,
362 │ │ $$HttpCacheFrameTableInsertCompanionBuilder,
363 │ │ $$HttpCacheFrameTableUpdateCompanionBuilder> {
│ └────────────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/database.g.dart
ERROR: The named parameter 'createCompanionCallback' is required, but there's no corresponding argument.
lib/src/database.g.dart:366:15
╷
366 │ : super(TableManagerState(
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/database.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
auto_size_text |
^3.0.0 |
3.0.0 | 3.0.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
cookie_jar |
^4.0.8 |
4.0.8 | 4.0.8 | |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 | |
device_info_plus |
^10.1.0 |
10.1.2 | 12.1.0 | |
dio |
^5.4.3+1 |
5.9.0 | 5.9.0 | |
dio_cookie_manager |
^3.1.1 |
3.3.0 | 3.3.0 | |
drift |
^2.18.0 |
2.28.2 | 2.28.2 | |
extended_image |
^8.2.1 |
8.3.1 | 10.0.1 | |
extended_text_field |
^15.0.0 |
15.0.1 | 16.0.2 | |
flutter_animate |
^4.5.0 |
4.5.2 | 4.5.2 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
flutter_smart_dialog |
^4.9.7+7 |
4.9.8+9 | 4.9.8+9 | |
flutter_svg |
^2.0.10+1 |
2.2.1 | 2.2.1 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
get_it |
^7.7.0 |
7.7.0 | 8.2.0 | |
go_router |
^14.2.0 |
14.8.1 | 16.2.4 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
http_certificate_pinning |
^2.1.3 |
2.1.3 | 3.0.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
keyboard_actions |
^4.2.0 |
4.2.0 | 4.2.0 | |
logger |
^2.3.0 |
2.6.1 | 2.6.1 | |
neat_periodic_task |
^2.0.1 |
2.0.1 | 2.0.1 | |
package_info_plus |
^8.0.0 |
8.3.1 | 9.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.0 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
pin_code_fields |
^8.0.1 |
8.0.1 | 8.0.1 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
sqlite3 |
^2.4.4 |
2.9.0 | 2.9.0 | |
sqlite3_flutter_libs |
^0.5.0 |
0.5.39 | 0.5.39 | |
uuid |
^4.4.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
extended_image_library |
- | 4.0.6 | 5.0.1 | |
extended_text_library |
- | 12.0.1 | 12.0.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
http |
- | 1.5.0 | 1.5.0 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.2.18 | 2.2.18 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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 | |
permission_handler_android |
- | 12.1.0 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
retry |
- | 3.1.2 | 3.1.2 | |
slugid |
- | 1.1.2 | 1.1.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 10 issues. Showing the first 2:
The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^8.2.1` on extended_image does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions extended_image
to update the constraint.
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.