erretech_design 0.0.77
erretech_design: ^0.0.77 copied to clipboard
A collection of custom Flutter widgets (buttons, text fields, app bars, etc.) for reuse in projects.
We analyzed this package 7 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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: 20% or more of the public API has dartdoc comments
1693 out of 9791 API elements (17.3 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: PageManager, PageManager.countChilds, PageManager.isFullWidth, PageManager.isPortrait, PageManager.isWeb.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 205 issues. Showing the first 2:
ERROR: The getter 'log_out_outline' isn't defined for the type 'Ionicons'.
lib/appbar/custom_appbar_signout.dart:24:31
╷
24 │ icon: Icon(Ionicons.log_out_outline, color: colorScheme.error ),
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/appbar/custom_appbar_signout.dart
ERROR: The getter 'backspace_outline' isn't defined for the type 'Ionicons'.
lib/constants.dart:51:39
╷
51 │ final IconData backspace = Ionicons.backspace_outline;
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/constants.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
get_it |
^7.6.0 |
7.7.0 | 9.2.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.3 | |
ionicons |
^0.2.2 |
0.2.3 | 0.2.3 | |
material_design_icons_flutter |
^7.0.7296 |
7.0.7296 | 7.0.7296 | |
shared_preferences |
^2.1.1 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.2.4 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.6.0` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it to update the constraint.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.