dj_fc 0.0.2
dj_fc: ^0.0.2 copied to clipboard
Auto-Generate corresponding Dj Widgets for Flutter Widgets given Flutter SDK location.
We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.ark4579.com 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.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 58 API elements (1.7 %) 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: comment_line_checker, comment_line_checker.CommentLineChecker, comment_line_checker.CommentLineChecker.CommentLineChecker.new, comment_line_checker.CommentLineChecker.check, comment_line_checker.CommentLineChecker.line.
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:dj_fc/dj_fc.dartthat imports:package:dj_fc/utils/utils.dartthat imports:package:dj_fc/utils/flutter_sdk_widget_processor.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: The declaration '_fieldImportDjs' isn't referenced.
lib/models/raw_widget_dj.dart:43:20
╷
43 │ List<CodePartDj> _fieldImportDjs(
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/raw_widget_dj.dart
WARNING: This function has a nullable return type of 'String?', but ends without returning a value.
lib/src/widget_file_processor.dart:23:11
╷
23 │ String? _isConstructorLine(String line) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widget_file_processor.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.1.0 |
2.7.0 | 2.7.0 | |
dj_io |
0.0.6 |
0.0.6 | 0.0.6 | Discontinued |
path |
^1.7.0 |
1.9.1 | 1.9.1 | |
recase |
^4.0.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dj |
- | 0.0.11 | 0.0.16 | Discontinued |
json_annotation |
- | 4.11.0 | 4.11.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- dj_io.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.