studyu_core 4.8.0
studyu_core: ^4.8.0 copied to clipboard
This package contains StudyU models and common functions for the app and designer packages
We analyzed this package 13 hours ago, and awarded it 120 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
34 out of 843 API elements (4.0 %) 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: core, core.AnnotatedScaleQuestion, core.AnnotatedScaleQuestion.AnnotatedScaleQuestion.fromJson, core.AnnotatedScaleQuestion.AnnotatedScaleQuestion.new, core.AnnotatedScaleQuestion.AnnotatedScaleQuestion.withId.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:studyu_core/core.dartthat imports:package:studyu_core/src/util/util.dartthat imports:package:studyu_core/src/util/supabase_object.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
csv |
^8.0.0 |
8.0.0 | 8.0.0 | |
json_annotation |
^4.11.0 |
4.11.0 | 4.11.0 | |
logger |
^2.7.0 |
2.7.0 | 2.7.0 | |
quiver |
^3.2.2 |
3.2.2 | 3.2.2 | |
sentry |
^9.15.0 |
9.17.0 | 9.17.0 | |
supabase |
^2.10.2 |
2.10.4 | 2.10.4 | |
uuid |
^4.5.3 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_jsonwebtoken |
- | 3.4.0 | 3.4.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
functions_client |
- | 2.5.0 | 2.5.0 | |
gotrue |
- | 2.19.0 | 2.19.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jwt_decode |
- | 0.3.1 | 0.3.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.19 | 0.12.19 | |
meta |
- | 1.18.2 | 1.18.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
postgrest |
- | 2.6.0 | 2.6.0 | |
realtime_client |
- | 2.7.1 | 2.7.1 | |
retry |
- | 3.1.2 | 3.1.2 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
storage_client |
- | 2.5.1 | 2.5.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.11 | 0.7.11 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
yet_another_json_isolate |
- | 2.1.0 | 2.1.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
dart pub downgrade failed with:
OUT:
Resolving dependencies...
Downloading packages...
+ adaptive_number 1.0.0
< async 2.8.0 (was 2.13.1)
+ charcode 1.2.0
< clock 1.1.1 (was 1.1.2)
< convert 3.1.1 (was 3.1.2)
< crypto 3.0.3 (was 3.0.7)
< dart_jsonwebtoken 2.17.0 (was 3.4.0)
+ ed25519_edwards 0.3.1
[32 more lines]
ERR:
Exceeded timeout of 0:02:00.000000
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.12, Dart 3.11.4.
Check the analysis log for details.