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 8 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/HCaseira/lowder_flutter/issues
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
.
10/10 points: 20% or more of the public API has dartdoc comments
241 out of 958 API elements (25.2 %) 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.dart
that imports:package:lowder/bloc/base_event.dart
that imports:package:lowder/model/node_spec.dart
that imports:package:lowder/widget/lowder.dart
that imports:package:lowder/factory/widgets.dart
that imports:package:lowder/factory/widget_factory.dart
that imports:package:lowder/factory/property_factory.dart
that imports:package:lowder/factory/properties.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:lowder/bloc/base_bloc.dart
that imports:package:lowder/bloc/base_event.dart
that imports:package:lowder/model/node_spec.dart
that imports:package:lowder/widget/lowder.dart
that imports:package:lowder/factory/widgets.dart
that imports:package:lowder/factory/widget_factory.dart
that imports:package:lowder/factory/property_factory.dart
that imports:package:lowder/factory/properties.dart
that 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 4 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/factory/property_factory.dart:186:29
╷
186 │ /// A string containing ${<some var>} will be evaluated.
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/factory/property_factory.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/factory/widget_factory.dart:394:29
╷
394 │ color: Colors.black.withOpacity(0.1),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/factory/widget_factory.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.0 | |
http |
^1.2.0 |
1.3.0 | 1.3.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.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 8.1.4 | 9.0.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
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.12.0 | |
meta |
- | 1.16.0 | 1.16.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.4 | 6.1.4 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
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.1.4 | 2.1.4 | |
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.