to_do_package 0.0.2
to_do_package: ^0.0.2 copied to clipboard
To Do Package
We analyzed this package in the last hour, 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.2").
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
78 out of 1027 API elements (7.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 435 issues. Showing the first 2:
WARNING: Unused import: 'package:to_do_package/screens/todo_list_screen.dart'.
lib/common_widget/common_widget.dart:4:8
╷
4 │ import 'package:to_do_package/screens/todo_list_screen.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common_widget/common_widget.dart
WARNING: Unused import: 'package:to_do_package/utils/session_manager.dart'.
lib/common_widget/common_widget.dart:5:8
╷
5 │ import 'package:to_do_package/utils/session_manager.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common_widget/common_widget.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.3 | 6.0.3 | |
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.1 | 6.1.1 | |
firebase_core |
any |
4.2.0 | 4.2.0 | |
firebase_messaging |
any |
16.0.3 | 16.0.3 | |
firebase_storage |
any |
13.0.3 | 13.0.3 | |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.5.0 | |
flutter_staggered_animations |
^1.1.1 |
1.1.1 | 1.1.1 | |
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.19.0 | 0.20.2 | |
lottie |
any |
3.3.2 | 3.3.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 | |
syncfusion_flutter_pdfviewer |
^27.1.57 |
27.2.5 | 31.2.2 | |
transitioned_indexed_stack |
^1.0.2 |
1.0.2 | 1.0.2 | |
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 5 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 4 errors:
INVALID_ASSIGNMENT
-lib/utils/base_class.dart:50:33
- A value of type 'StreamSubscriptionARGUMENT_TYPE_NOT_ASSIGNABLE
-lib/utils/base_class.dart:52:17
- The argument type 'FutureINVALID_ASSIGNMENT
-lib/utils/base_class.dart:67:35
- A value of type 'StreamSubscription
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.