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 13 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.
pubspec.yaml from the repository has no repository or homepage URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: hackrulz, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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/50 points: code has no errors, warnings, lints, or formatting issues
Found 53 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.1.1 | |
flutter_riverpod |
^2.4.9 |
2.6.1 | 3.1.0 | |
geolocator |
^10.1.0 |
10.1.1 | 14.0.2 | |
google_fonts |
^4.0.4 |
4.0.4 | 7.0.0 | |
google_maps_flutter |
^2.5.0 |
2.14.0 | 2.14.0 | |
google_places_flutter |
^2.0.6 |
2.1.0 | 2.1.1 | |
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.6.0 | |
image_picker |
^1.0.0 |
1.2.1 | 1.2.1 | |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
lottie |
^2.7.0 |
2.7.0 | 3.3.2 | |
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+1 | 6.1.5+1 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
sqflite |
^2.3.0 |
2.4.2 | 2.4.2 | |
timezone |
^0.9.2 |
0.9.4 | 0.11.0 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 | |
video_player |
^2.7.0 |
2.10.1 | 2.10.1 | |
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 9 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 `^2.4.9` 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 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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.