flutter_3d_obj 0.0.6
flutter_3d_obj: ^0.0.6 copied to clipboard
A new flutter package to render wavefront obj files into a canvas.
We analyzed this package on Jan 26, 2021, and awarded it 75 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:32:55
╷
32 │ <p>For help getting started with Flutter, view online <a href="http://flutter.io/">documentation</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 11 API elements (9.1 %) 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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Consider supporting multiple platforms:
Package not compatible with runtime flutter-web on Web
Because:
package:flutter_3d_obj/flutter_3d_obj.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The value of the field '_translation' isn't used.
lib/flutter_3d_obj.dart:133:10
╷
133 │ double _translation = 0.1 / 100;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/flutter_3d_obj.dart
INFO: The value of the local variable 'z' isn't used.
lib/flutter_3d_obj.dart:293:9
╷
293 │ var z = 0.0;
│ ^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/flutter_3d_obj.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
meta | ^1.1.1 | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
vector_math | ^2.0.5 | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.