eliud_pkg_create 1.3.0
eliud_pkg_create: ^1.3.0 copied to clipboard
eliud_pkg_create is a package to provide create functionality to your eliud app (the ability to update the app through the gui). More info at https://eliud.io
We analyzed this package 2 days ago, and awarded it 45 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.3.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
565 out of 1823 API elements (31.0 %) have documentation comments.
Some symbols that are missing documentation: app_bar_builder, app_bar_builder.AppBarBuilder, app_bar_builder.AppBarBuilder.AppBarBuilder.new, app_bar_builder.AppBarBuilder.getOrCreate, app_bloc.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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
Found 13 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/widgets/utils/creator_button.dart:156:21
╷
156 │ primary: widget.backgroundColor,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/utils/creator_button.dart
WARNING: Unused import: 'package:eliud_core_main/apis/wizard_api/new_app_wizard_info.dart'.
lib/creator_package.dart:3:8
╷
3 │ import 'package:eliud_core_main/apis/wizard_api/new_app_wizard_info.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/creator_package.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^8.1.2 |
8.1.4 | 9.2.0 | |
cloud_firestore |
^4.13.5 |
4.17.5 | 6.1.2 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
eliud_core |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_core_helpers |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_core_main |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_core_model |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_pkg_create_model |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_pkg_etc |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_pkg_medium |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_pkg_text |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_pkg_workflow |
^1.3.0 |
1.3.0 | 1.3.0 | |
eliud_pkg_workflow_model |
^1.3.0 |
1.3.0 | 1.3.0 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
file_picker |
^5.2.0+1 |
5.5.0 | 10.3.10 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
http |
^1.1.2 |
1.6.0 | 1.6.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
meta |
^1.10.0 |
1.17.0 | 1.18.1 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
split_view |
^3.2.1 |
3.2.2 | 3.2.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^8.1.2` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions bloc to update the constraint.
The constraint `^4.13.5` on cloud_firestore does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore 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:
UNDEFINED_NAMED_PARAMETER-lib/widgets/utils/creator_button.dart:156:21- The named parameter 'primary' isn't defined.
Run flutter pub downgrade and then flutter 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, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.