Package analysis results for kilvish
Score
65/130 points
(50.0%)
Supported platforms
- Flutter
android
ios
Details
Follow Dart file conventions (5/30)
❌ 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 60 to 180 characters to describe the package, what it does, and its target use case.
✔ 5/5 points: Provide a valid README.md
❌ 0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
❌ 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.
Provide documentation (0/10)
❌ 0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
Platform support (20/20)
✔ 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:kilvish/home_screen.dart
that imports:package:kilvish/importexpense_screen.dart
that imports:package:fluttercontactpicker/fluttercontactpicker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:kilvish/home_screen.dart
that imports:package:kilvish/importexpense_screen.dart
that imports:package:fluttercontactpicker/fluttercontactpicker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:kilvish/home_screen.dart
that imports:package:kilvish/importexpense_screen.dart
that imports:package:fluttercontactpicker/fluttercontactpicker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package not compatible with platform Web
Because:
package:kilvish/home_screen.dart
that imports:package:kilvish/importexpense_screen.dart
that imports:dart:io
Pass static analysis (30/50)
❌ 30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: Unused import: 'dart:io'.
lib/home_screen.dart:1:8
╷
1 │ import 'dart:io';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/home_screen.dart
WARNING: The value of the field '_pageController' isn't used.
lib/importexpense_screen.dart:33:24
╷
33 │ final PageController _pageController =
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/importexpense_screen.dart
Support up-to-date dependencies (10/20)
❌ 0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.6 | 1.0.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
fluttercontactpicker |
^4.7.0 |
4.7.0 | 4.7.0 |
image_picker |
^1.0.5 |
1.0.5 | 1.0.5 |
jiffy |
^5.0.0 |
5.0.1 | 6.2.1 |
receive_sharing_intent |
^1.4.5 |
1.4.5 | 1.4.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
clock |
- | 1.1.1 | 1.1.1 |
collection |
- | 1.17.1 | 1.18.0 |
contact_picker_platform_interface |
- | 4.7.0 | 4.7.0 |
contact_picker_web |
- | 4.7.0 | 4.7.0 |
cross_file |
- | 0.3.3+7 | 0.3.3+8 |
file_selector_linux |
- | 0.9.2+1 | 0.9.2+1 |
file_selector_macos |
- | 0.9.3+3 | 0.9.3+3 |
file_selector_platform_interface |
- | 2.6.1 | 2.6.1 |
file_selector_windows |
- | 0.9.3+1 | 0.9.3+1 |
flutter_plugin_android_lifecycle |
- | 2.0.17 | 2.0.17 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http |
- | 1.1.0 | 1.1.2 |
http_parser |
- | 4.0.2 | 4.0.2 |
image_picker_android |
- | 0.8.9+1 | 0.8.9+1 |
image_picker_for_web |
- | 3.0.1 | 3.0.1 |
image_picker_ios |
- | 0.8.9 | 0.8.9 |
image_picker_linux |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_macos |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_platform_interface |
- | 2.9.1 | 2.9.1 |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 |
intl |
- | 0.18.1 | 0.19.0 |
js |
- | 0.6.7 | 0.6.7 |
material_color_utilities |
- | 0.2.0 | 0.8.0 |
meta |
- | 1.9.1 | 1.11.0 |
mime |
- | 1.0.4 | 1.0.4 |
path |
- | 1.9.0 | 1.9.0 |
plugin_platform_interface |
- | 2.1.7 | 2.1.7 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.0.0` on jiffy does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions jiffy
to update the constraint.
✔ 10/10 points: Package supports latest stable Dart and Flutter SDKs
Versions
- Pana: 0.21.35
- Dart: 3.0.6
- Flutter: 3.10.6