retarget 0.1.2
retarget: ^0.1.2 copied to clipboard
supports conditional compilation of platform-specific Flutter UI code using #ifconf and #switch pragmas.
We analyzed this package 37 hours ago, and awarded it 60 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
10/10 points: Package has 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
ERROR: The name 'UnmodifiableUint8ListView' isn't a type, so it can't be used in an 'as' expression.
bin/rtconf.dart:794:55
╷
794 │ return Uint8List.sublistView(this, start, end) as UnmodifiableUint8ListView;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/rtconf.dart
WARNING: Dead code.
bin/rtconf.dart:531:32
╷
531 │ for (; i < clitems.length; i++) {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/rtconf.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.1 |
2.7.0 | 2.7.0 | |
path |
^1.8.2 |
1.9.1 | 1.9.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 1 error:
CAST_TO_NON_TYPE-bin/rtconf.dart:794:55- The name 'UnmodifiableUint8ListView' isn't a type, so it can't be used in an 'as' expression.
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.10, Dart 3.11.1.
Check the analysis log for details.