flex 1.0.0 flex: ^1.0.0 copied to clipboard
A collection of classes, extensions and utilities to aid faster development.
We analyzed this package 12 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://git.pfaff.dev/michael/flex
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://git.pfaff.dev/michael/flex/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
1631 out of 1634 API elements (99.8 %) have documentation comments.
Some symbols that are missing documentation: flex.FallbackBuilder
, flex.LineParser
, flex.PatientStreamQueue.sync
.
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:flex/flex.dart
that imports:package:flex/src/util.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flex/flex.dart
that imports:package:flex/src/util.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
WARNING: Invalid option specified for 'enable-experiment': Flag "non-nullable" is no longer required.
lib/analysis_options.yaml:25:7
╷
25 │ - non-nullable
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/analysis_options.yaml
WARNING: 'sdk_version_async_exported_from_core' isn't a recognized error code.
lib/analysis_options.yaml:42:5
╷
42 │ sdk_version_async_exported_from_core: ignore
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/analysis_options.yaml
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 |
console |
^4.1.0 |
4.1.0 | 4.1.0 |
intl |
^0.17.0 |
0.17.0 | 0.20.1 |
io |
^1.0.0 |
1.0.5 | 1.0.5 |
meta |
^1.7.0 |
1.16.0 | 1.16.0 |
rxdart |
^0.27.0 |
0.27.7 | 0.28.0 |
stack_trace |
^1.10.0 |
1.12.1 | 1.12.1 |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 |
path |
- | 1.9.1 | 1.9.1 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
The constraint `^0.27.0` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart
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 1 error:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER
-lib/src/patient_stream_queue.dart:13:7
- Missing concrete implementation of 'Subject.createForwardingSubject'.
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.22.17
, Dart 3.6.0
.
Check the analysis log for details.