flutter_package 0.0.1
flutter_package: ^0.0.1 copied to clipboard
A new Flutter package.
0
likes
20
/ 110
pub points
18
%
popularity
We analyzed this package on Jan 16, 2021, and awarded it 20 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
- Homepage URL isn't helpful.
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.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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
- 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
ERROR: Target of URI doesn't exist: 'package:flutter_package/flutter_package.dart'.
lib/flutter_package.dart:2:8
╷
2 │ import 'package:flutter_package/flutter_package.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/flutter_package.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
The current Dart SDK version is 2.12.0-133.2.beta.
Because flutter_package depends on test >=0.12.0-beta.3 <1.3.0 which requires SDK version >=1.8.0 <2.0.0-∞, version solving failed.