apiverve_bingocardgenerator 1.2.0
apiverve_bingocardgenerator: ^1.2.0 copied to clipboard
Bingo Card Generator creates customizable bingo cards with random numbers, HTML rendering, and downloadable PNG images.
We analyzed this package 21 hours ago, and awarded it 50 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 apiverve_bingocardgenerator... Discovering libraries... Linking elements... Precaching local docs for 724993 elements... Initialized dartdoc with 399 libraries Generating docs for library apiverve_bingocardgenerator.dart from package:apiverve_bingocardgenerator/apiverve_bingocardgenerator.dart... Documented 1 public library in 15.1 seconds ERR: warning: unresolved doc reference [size] from client.BingocardgeneratorClient: (file:///tmp/pana_SKPFDU/lib/src/client.dart:55:7) warning: unresolved doc reference [min: 3, max: 10] from client.BingocardgeneratorClient: (file:///tmp/pana_SKPFDU/lib/src/client.dart:55:7) warning: unresolved doc reference [freeSpace] from client.BingocardgeneratorClient: (file:///tmp/pana_SKPFDU/lib/src/client.dart:55:7) warning: unresolved doc reference [image] from client.BingocardgeneratorClient: (file:///tmp/pana_SKPFDU/lib/src/client.dart:55:7) warning: unresolved doc reference [data] from models.PremiumInfo: (file:///tmp/pana_SKPFDU/lib/src/models.dart:36:7) [37 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 77 issues. Showing the first 2:
ERROR: Expected to find ';'.
lib/src/models.dart:89:3
╷
89 │ num? 0;
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models.dart
ERROR: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
lib/src/models.dart:89:3
╷
89 │ num? 0;
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
http_parser |
^4.0.0 |
4.1.2 | 4.1.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
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 61 errors:
EXPECTED_TOKEN-lib/src/models.dart:89:3- Expected to find ';'.MISSING_CONST_FINAL_VAR_OR_TYPE-lib/src/models.dart:89:3- Variables must be declared using the keywords 'const', 'final', 'var' or a type name.INVALID_OPERATOR-lib/src/models.dart:89:6- The string '?' isn't a user-definable operator.
Run dart pub downgrade and then dart 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.14, Dart 3.12.2.
Check the analysis log for details.