conectar_design_system 1.1.16
conectar_design_system: ^1.1.16 copied to clipboard
Conectar Design System - Biblioteca completa de componentes reutilizáveis para Flutter com showcase interativo e suporte multiplataforma
We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://conectar.com.br was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/fdenisnascimento/conectar_design_system was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/fdenisnascimento/conectar_design_system/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
121 out of 970 API elements (12.5 %) 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: api_connect, api_connect.ApiConnector, api_connect.ApiConnector.ApiConnector.new, api_connect.ApiConnector.baseUrl, api_connect.ApiConnector.delete.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:conectar_design_system/conectar_design_system.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:conectar_design_system/conectar_design_system.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:conectar_design_system/conectar_design_system.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:conectar_design_system/conectar_design_system.dartthat imports:package:conectar_design_system/platform_config.dartthat imports:package:conectar_design_system/commons/platform_utils.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:conectar_design_system/conectar_design_system.dartthat imports:package:conectar_design_system/platform_config.dartthat imports:package:conectar_design_system/commons/platform_utils.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/conectar_design_system/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Missing type annotation.
lib/commons/debounce.dart:9:3
╷
9 │ call(void Function() callback) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/commons/debounce.dart
INFO: Missing type annotation.
lib/commons/debounce.dart:14:3
╷
14 │ dispose() {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/commons/debounce.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
auto_size_text |
^3.0.0 |
3.0.0 | 3.0.0 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
dio |
^5.7.0 |
5.9.2 | 5.9.2 | |
dropdown_button2 |
^2.3.9 |
2.3.9 | 3.1.0 | |
dropdown_search |
^6.0.2 |
6.0.2 | 7.0.0 | |
file_picker |
^8.1.7 |
8.3.7 | 11.0.2 | |
flutter_svg |
^2.0.9 |
2.3.0 | 2.3.0 | |
get |
^4.6.6 |
4.7.3 | 4.7.3 | |
get_storage |
^2.1.1 |
2.1.1 | 2.1.1 | |
google_fonts |
^6.2.1 |
6.3.3 | 8.1.0 | |
image_picker |
^1.1.2 |
1.2.2 | 1.2.2 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
loader_overlay |
^4.0.3 |
4.0.4+1 | 5.0.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.3.2 |
2.5.5 | 2.5.5 | |
skeletonizer |
^2.1.3 |
2.1.3 | 2.1.3 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 | |
youtube_player_flutter |
^9.1.1 |
9.1.3 | 10.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^2.3.9` on dropdown_button2 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dropdown_button2 to update the constraint.
The constraint `^6.0.2` on dropdown_search does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions dropdown_search 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.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.