dinnova 0.10.3
dinnova: ^0.10.3 copied to clipboard
Dinnova Private Flutter Package.
We analyzed this package 2 days ago, and awarded it 30 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/dinnova/dinnova
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: dinnova
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: Failed to run dartdoc
dartdoc
failed, see task-log.
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run flutter pub get
for more information.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 925 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:flutter/material.dart'.
lib/DinnovaFlutterPackage.dart:1:8
╷
1 │ import 'package:flutter/material.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/DinnovaFlutterPackage.dart
ERROR: Target of URI doesn't exist: 'package:get_storage/get_storage.dart'.
lib/DinnovaFlutterPackage.dart:2:8
╷
2 │ import 'package:get_storage/get_storage.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/DinnovaFlutterPackage.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
flutter pub outdated
:flutter pub get
failed:
OUT:
Resolving dependencies...
ERR:
Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because dinnova depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because dinnova depends on intl ^0.17.0, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.18.1
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with Pana 0.21.37
, Flutter 3.13.5
, Dart 3.1.2
.