z_components 0.9.8+13
z_components: ^0.9.8+13 copied to clipboard
Z_Components is a package that contains a set of standardized components to facilitate, optimize, and accelerate the development of Zellar company's Android / IOS applications.
4
likes
40
/ 110
pub points
66
%
popularity
We analyzed this package on Mar 26, 2021, and awarded it 40 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: Failed to run dartdoc
- Running
dartdoc
failed with the following output:
0/20 points: Supports 0 of 2 possible platforms (native, js)
Package resolution failed. Could not determine platforms.
Run pub get
for more information.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 7678 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:z_components/api/conta/i-conta-service.dart'.
lib/api/conta/conta-service.dart:3:8
╷
3 │ import 'package:z_components/api/conta/i-conta-service.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/api/conta/conta-service.dart
ERROR: Target of URI doesn't exist: 'package:z_components/api/service.dart'.
lib/api/conta/conta-service.dart:4:8
╷
4 │ import 'package:z_components/api/service.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/api/conta/conta-service.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
Because z_components depends on flutter_localizations any from sdk which depends on intl 0.17.0, intl 0.17.0 is required.
So, because z_components depends on intl ^0.16.0, version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Flutter 2.0.3
,
Dart 2.12.2
.