sms_autodetect 0.0.1
sms_autodetect: ^0.0.1 copied to clipboard
A new Flutter project.
We analyzed this package 20 days ago, and awarded it 70 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting sms_autodetect... Discovering libraries... Linking elements... Precaching local docs for 643269 elements... Initialized dartdoc with 788 libraries Generating docs for library sms_autodetect.dart from package:sms_autodetect/sms_autodetect.dart... ERR: warning: sms_autodetect has no library level documentation comments from sms_autodetect: (file:///tmp/pana_CRLBLF/lib/sms_autodetect.dart:1:1) warning: unresolved doc reference ["Do you want to paste this code "] from sms_autodetect.DialogConfig.dialogContent: (file:///tmp/pana_CRLBLF/lib/sms_autodetect.dart:8:17) in documentation inherited from sms_autodetect.DialogConfig.dialogContent: (file:///tmp/pana_CRLBLF/lib/sms_autodetect.dart:8:17) warning: unresolved doc reference [Paste Code] from sms_autodetect.DialogConfig.dialogTitle: (file:///tmp/pana_CRLBLF/lib/sms_autodetect.dart:5:17) in documentation inherited from sms_autodetect.DialogConfig.dialogTitle: (file:///tmp/pana_CRLBLF/lib/sms_autodetect.dart:5:17) warning: unresolved doc reference [2.0] from sms_autodetect.PinTheme.borderWidth: (file:///tmp/pana_CRLBLF/lib/sms_autodetect.dart:38:16) [102 more lines]
10/10 points: Package has an example
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:sms_autodetect/sms_autodetect.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:sms_autodetect/sms_autodetect.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:sms_autodetect/sms_autodetect.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:sms_autodetect/sms_autodetect.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
ERROR: The getter 'accentColor' isn't defined for the type 'ThemeData'.
lib/src/pin_code_fields.dart:594:29
╷
594 │ Theme.of(context).accentColor;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pin_code_fields.dart
ERROR: The getter 'accentColor' isn't defined for the type 'ThemeData'.
lib/src/pin_code_fields.dart:647:32
╷
647 │ color: Theme.of(context).accentColor,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pin_code_fields.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 6 errors:
UNDEFINED_GETTER-lib/src/pin_code_fields.dart:594:29- The getter 'accentColor' isn't defined for the type 'ThemeData'.UNDEFINED_GETTER-lib/src/pin_code_fields.dart:647:32- The getter 'accentColor' isn't defined for the type 'ThemeData'.UNDEFINED_GETTER-lib/src/pin_code_fields.dart:660:56- The getter 'button' isn't defined for the type 'TextTheme'.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.