nomisal_app 0.0.11
nomisal_app: ^0.0.11 copied to clipboard
An application to integrate dart entities/models in nomisal style.
We analyzed this package 43 hours ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.11").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting nomisal_app... Discovering libraries... Linking elements... Precaching local docs for 140771 elements... Initialized dartdoc with 417 libraries Generating docs for library app.dart from package:nomisal_app/app.dart... Generating docs for library nomisal_app.dart from package:nomisal_app/nomisal_app.dart... Documented 2 public libraries in 25.3 seconds ERR: warning: app has no library level documentation comments from app: (file:///tmp/pana_CEYAAQ/lib/nomisal_app.dart:1:1) warning: unresolved doc reference [id] from app.PublicationContent: (file:///tmp/pana_CEYAAQ/lib/nomisal_app.dart:48:16) warning: unresolved doc reference [v] from app.PublicationContent: (file:///tmp/pana_CEYAAQ/lib/nomisal_app.dart:48:16) warning: unresolved doc reference [Survey] from app.Submission: (file:///tmp/pana_CEYAAQ/lib/nomisal_app.dart:233:7) warning: unresolved doc reference [School] from app.Submission: (file:///tmp/pana_CEYAAQ/lib/nomisal_app.dart:233:7) [26 more lines]
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:nomisal_app/nomisal_app.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 58 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/nomisal_app.freezed.dart:123:17
╷
123 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/nomisal_app.freezed.dart
WARNING: The parameter type of '==' operators should be non-nullable.
lib/nomisal_app.freezed.dart:339:17
╷
339 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/nomisal_app.freezed.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
json_annotation |
^4.8.1 |
4.11.0 | 4.11.0 | |
mationani |
^0.0.3 |
0.0.46 | 0.0.46 | |
spreadsheet_decoder |
^2.2.0 |
2.3.0 | 2.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.9 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation 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.23.10, Dart 3.11.0.
Check the analysis log for details.