vrajme_panel 0.0.4
vrajme_panel: ^0.0.4 copied to clipboard
vrajme_panel for use of vrajme.co.in. apps only
We analyzed this package 6 days ago, and awarded it 110 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
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.
0/10 points: 20% or more of the public API has dartdoc comments
23 out of 269 API elements (8.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: box_icon_title
, box_icon_title.BoxIconTitle
, box_icon_title.BoxIconTitle.BoxIconTitle.new
, box_icon_title.BoxIconTitle.backgroundColor
, box_icon_title.BoxIconTitle.borderRadius
.
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
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
INFO: Missing type annotation.
lib/deviceInfo/device_info.dart:16:3
╷
16 │ getDeviceInfo() async {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/deviceInfo/device_info.dart
INFO: 'toMap' is deprecated and shouldn't be used. Use [data] getter instead.
lib/deviceInfo/device_info.dart:18:30
╷
18 │ final Map infoMap = info.toMap();
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/deviceInfo/device_info.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
animated_text_kit |
^4.2.3 |
4.3.0 | 4.3.0 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
device_info_plus |
^11.3.3 |
11.5.0 | 12.1.0 | |
equatable |
^2.0.7 |
2.0.7 | 2.0.7 | |
file_picker |
^10.1.7 |
10.3.3 | 10.3.3 | |
flutter_font_icons |
^2.2.7 |
2.2.7 | 2.2.7 | |
http |
^1.4.0 |
1.5.0 | 1.5.0 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.0+1 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^11.3.3` on device_info_plus does not support the stable version `12.0.0`, that was published 27 days ago.
When device_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions device_info_plus
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.