invoiceninja 0.0.2
invoiceninja: ^0.0.2 copied to clipboard
This package provides a simple way to charge for features/products in a Flutter app
19
likes
80
/ 110
pub points
70
%
popularity
We analyzed this package on Apr 10, 2021, and awarded it 80 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: 20% or more of the public API has dartdoc comments
- 28 out of 331 API elements (8.5 %) 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 3 of 3 possible platforms (iOS, Android, Web)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 29 issues. Showing the first 2:
INFO: Name non-constant identifiers using lowerCamelCase.
lib/models/client.g.dart:9:11
╷
9 │ _$_Client _$_$_ClientFromJson(Map<String, dynamic> json) {
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/models/client.g.dart
INFO: Name non-constant identifiers using lowerCamelCase.
lib/models/client.g.dart:60:22
╷
60 │ Map<String, dynamic> _$_$_ClientToJson(_$_Client instance) => <String, dynamic>{
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/models/client.g.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
Exceeded timeout of 0:02:00.000000
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Flutter 2.0.4
,
Dart 2.12.2
.