hackrulz 0.0.1
hackrulz: ^0.0.1 copied to clipboard
A Flutter package for [describe what your package does briefly, e.g. "managing offline media with local DB and geolocation support"].
We analyzed this package 42 hours ago, and awarded it 45 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: hackrulz
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository has no repository
or homepage
URL.
0/5 points: Provide a valid README.md
No `README.md` found.
The README.md
file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
139 out of 563 API elements (24.7 %) have documentation comments.
Some symbols that are missing documentation: Custom_widgets
, Custom_widgets.CustomCard
, Custom_widgets.CustomCard.CustomCard.new
, Custom_widgets.CustomCard.description
, Custom_widgets.CustomCard.image
.
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
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.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 52 issues. Showing the first 2:
ERROR: This requires the 'super-parameters' language feature to be enabled.
lib/button.dart:8:16
╷
8 │ const MyApp({super.key});
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/button.dart
ERROR: This requires the 'super-parameters' language feature to be enabled.
lib/button.dart:24:28
╷
24 │ const ButtonClickScreen({super.key});
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/button.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cached_network_image |
^3.3.0 |
3.3.1 | 3.4.1 | |
fl_chart |
^0.64.0 |
0.64.0 | 1.0.0 | |
flutter_riverpod |
^2.4.9 |
2.6.1 | 2.6.1 | |
geolocator |
^10.1.0 |
10.1.1 | 14.0.1 | |
google_fonts |
^4.0.4 |
4.0.4 | 6.2.1 | |
google_maps_flutter |
^2.5.0 |
2.12.3 | 2.12.3 | |
google_places_flutter |
^2.0.6 |
2.1.0 | 2.1.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
http |
^0.13.6 |
0.13.6 | 1.4.0 | |
image_picker |
^1.0.0 |
1.1.2 | 1.1.2 | |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
lottie |
^2.7.0 |
2.7.0 | 3.3.1 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 | |
provider |
^6.1.1 |
6.1.5 | 6.1.5 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
sqflite |
^2.3.0 |
2.4.2 | 2.4.2 | |
timezone |
^0.9.2 |
0.9.4 | 0.10.1 | |
url_launcher |
^6.2.5 |
6.3.1 | 6.3.1 | |
video_player |
^2.7.0 |
2.10.0 | 2.10.0 | |
web_socket_channel |
^2.4.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 8 issues. Showing the first 2:
The constraint `^0.64.0` on fl_chart does not support the stable version `0.65.0`.
Try running dart pub upgrade --major-versions fl_chart
to update the constraint.
The constraint `^10.1.0` on geolocator does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions geolocator
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 46 errors:
EXPERIMENT_NOT_ENABLED
-lib/button.dart:8:16
- This requires the 'super-parameters' language feature to be enabled.EXPERIMENT_NOT_ENABLED
-lib/button.dart:24:28
- This requires the 'super-parameters' language feature to be enabled.EXPERIMENT_NOT_ENABLED
-lib/colorchange.dart:9:16
- This requires the 'super-parameters' language feature to be enabled.
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.