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 in the last hour, and awarded it 100 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
1669 out of 9767 API elements (17.1 %) 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.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:erretech_design/utils.dartthat imports:package:erretech_design/utils/app_images.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 152 issues. Showing the first 2:
WARNING: The value of the local variable 'portrait' isn't used.
lib/PageManager.dart:29:10
╷
29 │ bool portrait = isPortrait(context);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/PageManager.dart
WARNING: Unused import: '../../utils/languajes.dart'.
lib/modals/modal_parts.dart:4:8
╷
4 │ import '../../utils/languajes.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/modals/modal_parts.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.2 | |
ionicons |
^0.2.2 |
0.2.2 | 0.2.2 | |
material_design_icons_flutter |
^7.0.7296 |
7.0.7296 | 7.0.7296 | |
shared_preferences |
^2.1.1 |
2.5.4 | 2.5.4 | |
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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.