dynamic 0.0.5
dynamic: ^0.0.5 copied to clipboard
bridged's dynamic remote-ui for flutter app. bump your flutter project to enterprise level
We analyzed this package 5 hours ago, and awarded it 100 pub points (of a possible 140):
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: MIT
.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 6 out of 62 API elements (9.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.
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:dynamic/dynamic.dart
that imports:package:dynamic/src/images/images.dart
that imports:package:flutter_svg/flutter_svg.dart
that imports:package:flutter_svg/svg.dart
that imports:package:flutter_svg/src/picture_provider.dart
that imports:dart:io
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: Duplicate export.
lib/dynamic.dart:6:8
╷
6 │ export 'src/layouts/layouts.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dynamic.dart
WARNING: The value of the local variable 'fieldData' isn't used.
lib/src/engine/engine.dart:21:11
╷
21 │ final fieldData = data;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/engine/engine.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_svg |
^0.22.0 |
0.22.0 | 2.0.6 |
grpc |
^3.0.0 |
3.1.0 | 3.1.0 |
json_annotation |
^4.0.1 |
4.8.1 | 4.8.1 |
x_action |
^0.0.2 |
0.0.2 | 0.0.2 |
x_color |
^0.0.2 |
0.0.2+2 | 0.0.2+2 |
x_icon |
^0.0.5 |
0.0.5 | 0.0.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.3.7 | 3.3.7 |
args |
- | 2.4.1 | 2.4.1 |
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.1 | 1.17.2 |
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
fixnum |
- | 1.1.0 | 1.1.0 |
googleapis_auth |
- | 1.4.1 | 1.4.1 |
http |
- | 0.13.6 | 1.0.0 |
http2 |
- | 2.0.1 | 2.0.1 |
http_parser |
- | 4.0.2 | 4.0.2 |
js |
- | 0.6.7 | 0.6.7 |
material_color_utilities |
- | 0.2.0 | 0.5.0 |
meta |
- | 1.9.1 | 1.9.1 |
path |
- | 1.8.3 | 1.8.3 |
path_drawing |
- | 0.5.1+1 | 1.0.1 |
path_parsing |
- | 0.2.1 | 1.0.1 |
petitparser |
- | 5.4.0 | 5.4.0 |
pointycastle |
- | 3.7.3 | 3.7.3 |
protobuf |
- | 2.1.0 | 2.1.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
x_uri |
- | 0.0.1+2 | 0.0.1+2 |
xml |
- | 5.4.1 | 6.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.22.0` on flutter_svg does not support the stable version `0.23.0`.
Try running dart pub upgrade --major-versions flutter_svg
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 & Flutter 3.10 compatible!
Analysed with Pana 0.21.32
, Flutter 3.10.0
, Dart 3.0.0
.