lowder 0.1.11
lowder: ^0.1.11 copied to clipboard
A lightweight low-code development tool for Flutter to build your app with ease.
We analyzed this package 4 days ago, and awarded it 140 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
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
244 out of 961 API elements (25.4 %) have documentation comments.
Some symbols that are missing documentation: action_context, action_context.ActionContext.ActionContext.new, action_context.ActionResult.ActionResult.new, action_context.ActionResult.failureMessage, action_context.ActionResult.nextAction.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:lowder/bloc/base_bloc.dartthat imports:package:lowder/bloc/base_event.dartthat imports:package:lowder/model/node_spec.dartthat imports:package:lowder/widget/lowder.dartthat imports:package:lowder/factory/widgets.dartthat imports:package:lowder/factory/widget_factory.dartthat imports:package:lowder/factory/property_factory.dartthat imports:package:lowder/factory/properties.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:lowder/bloc/base_bloc.dartthat imports:package:lowder/bloc/base_event.dartthat imports:package:lowder/model/node_spec.dartthat imports:package:lowder/widget/lowder.dartthat imports:package:lowder/factory/widgets.dartthat imports:package:lowder/factory/widget_factory.dartthat imports:package:lowder/factory/property_factory.dartthat imports:package:lowder/factory/properties.dartthat 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
INFO: Missing type annotation.
bin/lowder.dart:281:3
╷
281 │ log(String message) {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/lowder.dart
INFO: Missing type annotation.
bin/lowder.dart:285:3
╷
285 │ logInfo(String message) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/lowder.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_bloc |
^8.1.1 |
8.1.6 | 9.1.1 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
mask_text_input_formatter |
^2.4.0 |
2.9.0 | 2.9.0 | |
shelf |
^1.3.2 |
1.4.2 | 1.4.2 | |
shelf_router |
^1.1.3 |
1.1.4 | 1.1.4 | |
shelf_static |
^1.1.1 |
1.1.3 | 1.1.3 | |
uuid |
^4.2.2 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 8.1.4 | 9.2.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.1.1` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.