flutter_components_plus 1.0.0
flutter_components_plus: ^1.0.0 copied to clipboard
A comprehensive Flutter package providing highly customizable widgets, themes, and utilities for modern app development.
We analyzed this package 14 hours 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://github.com/sparkleo-io/Reusable-Flutter-Components-Package 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.
10/10 points: 20% or more of the public API has dartdoc comments
795 out of 1776 API elements (44.8 %) have documentation comments.
Some symbols that are missing documentation: flutter_components_plus, flutter_components_plus.BleCharacteristicInfo.BleCharacteristicInfo.new, flutter_components_plus.BleCharacteristicInfo.canIndicate, flutter_components_plus.BleCharacteristicInfo.canNotify, flutter_components_plus.BleCharacteristicInfo.canRead.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/services/ble_service.dartthat imports:package:location/location.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/services/ble_service.dartthat imports:package:location/location.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/services/ble_service.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package not compatible with platform Web
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/cli/file_utils.dartthat imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/components/pdf_viewer/pdf_viewer_exports.dartthat imports:package:flutter_components_plus/src/components/pdf_viewer/fcp_pdf_viewer.dartthat imports:package:syncfusion_flutter_pdfviewer/pdfviewer.dartthat imports:package:syncfusion_flutter_pdfviewer/src/pdfviewer.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/components/pdf_viewer/pdf_viewer_exports.dartthat imports:package:flutter_components_plus/src/components/pdf_viewer/fcp_pdf_viewer.dartthat imports:package:syncfusion_flutter_pdfviewer/pdfviewer.dartthat imports:package:syncfusion_flutter_pdfviewer/src/pdfviewer.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_components_plus/flutter_components_plus.dartthat imports:package:flutter_components_plus/src/cli/file_utils.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 302 issues. Showing the first 2:
WARNING: The value of the local variable 'colorScheme' isn't used.
lib/src/components/custom_cards/custom_cards.dart:441:11
╷
441 │ final colorScheme = theme.colorScheme;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/custom_cards/custom_cards.dart
WARNING: The value of the field '_searchQuery' isn't used.
lib/src/components/dropdown_bottom_sheet/dropdown_bottom_sheet.dart:265:10
╷
265 │ String _searchQuery = '';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/dropdown_bottom_sheet/dropdown_bottom_sheet.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
fl_chart |
^0.69.0 |
0.69.2 | 1.1.1 | |
flutter_blue_plus |
^1.32.10 |
1.36.8 | 2.0.1 | |
http |
^1.5.0 |
1.5.0 | 1.5.0 | |
location |
^5.0.3 |
5.0.3 | 8.0.1 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.3.3 |
2.5.3 | 2.5.3 | |
syncfusion_flutter_datagrid |
^30.2.7 |
30.2.7 | 31.2.5 | |
syncfusion_flutter_pdfviewer |
^30.2.7 |
30.2.7 | 31.2.5 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^0.69.0` on fl_chart does not support the stable version `0.70.0`.
Try running dart pub upgrade --major-versions fl_chart to update the constraint.
The constraint `^1.32.10` on flutter_blue_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_blue_plus 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.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.