login_oficina5 0.0.2
login_oficina5: ^0.0.2 copied to clipboard
Tela de login componentizada feita para melhorar a produtividade interna dentro da Oficina5.
We analyzed this package on Jan 21, 2021, and awarded it 55 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
- Homepage URL isn't helpful.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 11 out of 82 API elements (13.4 %) 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
INFO: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: Login.k1, Login.k2
lib/src/UI/login_screen.dart:3:7
╷
3 │ class Login extends StatefulWidget {
│ ^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/src/UI/login_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cupertino_icons | ^0.1.2 | 0.1.3 | 1.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.1.2` on cupertino_icons does not support the latest published version `1.0.2`
pubspec.yaml:30:20
╷
30 │ cupertino_icons: ^0.1.2
│ ^^^^^^
╵