to_do_package 0.0.3
to_do_package: ^0.0.3 copied to clipboard
To Do Package
We analyzed this package 10 hours ago, and awarded it 65 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.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
77 out of 896 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: CommonTextFiled
, CommonTextFiled.BottomLineDigitOnlyTextField
, CommonTextFiled.BottomLineDigitOnlyTextField.BottomLineDigitOnlyTextField.new
, CommonTextFiled.BottomLineDigitOnlyTextField.controller
, CommonTextFiled.BottomLineDigitOnlyTextField.hintText
.
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 208 issues. Showing the first 2:
WARNING: Unused import: 'package:gap/gap.dart'.
lib/common_widget/no_data.dart:3:8
╷
3 │ import 'package:gap/gap.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common_widget/no_data.dart
WARNING: Unused import: 'package:gap/gap.dart'.
lib/common_widget/no_data_task.dart:4:8
╷
4 │ import 'package:gap/gap.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common_widget/no_data_task.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.4.1 | 3.4.1 | |
cloud_firestore |
any |
6.0.2 | 6.0.2 | |
connectivity_plus |
any |
7.0.0 | 7.0.0 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
detectable_text_field |
^3.0.2 |
3.0.2 | 3.0.2 | |
dismissible_page |
^1.0.2 |
1.0.2 | 1.0.2 | |
file_picker |
^8.0.3 |
8.3.7 | 10.3.3 | |
firebase_auth |
any |
6.1.0 | 6.1.0 | |
firebase_core |
any |
4.1.1 | 4.1.1 | |
firebase_messaging |
any |
16.0.2 | 16.0.2 | |
firebase_storage |
any |
13.0.2 | 13.0.2 | |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.4.2 | |
fluttertoast |
^8.0.9 |
8.2.14 | 9.0.0 | |
gap |
^3.0.1 |
3.0.1 | 3.0.1 | |
google_fonts |
^6.2.1 |
6.3.2 | 6.3.2 | |
http |
^1.2.2 |
1.5.0 | 1.5.0 | |
http_interceptor |
^2.0.0 |
2.0.0 | 2.0.0 | |
image_cropper |
^8.0.2 |
8.1.0 | 11.0.0 | |
image_picker |
^1.0.1 |
1.2.0 | 1.2.0 | |
intl |
any |
0.20.2 | 0.20.2 | |
photo_view |
any |
0.15.0 | 0.15.0 | |
pretty_http_logger |
any |
1.0.5 | 1.0.5 | |
readmore |
^3.0.0 |
3.0.0 | 3.0.0 | |
shared_preferences |
^2.0.12 |
2.5.3 | 2.5.3 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
smooth_page_indicator |
^1.0.0+2 |
1.2.1 | 1.2.1 | |
url_launcher |
any |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^8.0.3` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^18.0.1` on flutter_local_notifications does not support the stable version `19.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications
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 13 errors:
UNDEFINED_METHOD
-lib/screens/todo_detail_screen.dart:485:45
- The method 'launchUrl' isn't defined for the type '_ToDoDetailScreenState'.UNDEFINED_FUNCTION
-lib/utils/app_utils.dart:40:15
- The function 'canLaunchUrl' isn't defined.UNDEFINED_FUNCTION
-lib/utils/app_utils.dart:41:13
- The function 'launchUrl' isn't defined.
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.