hx_base 1.1.37
hx_base: ^1.1.37 copied to clipboard
After initializing the project, you can import this plugin to use common base components. The plugin is divided into two main parts: Components and Utilities.
We analyzed this package 5 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.1.37").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
193 out of 458 API elements (42.1 %) have documentation comments.
Some symbols that are missing documentation: Assets, Assets.Assets, BaseTextField, BaseTextField.BaseTextField, BaseTextField.BaseTextField.BaseTextField.new.
10/10 points: Package has 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:hx_base/pages/ScanPage.dartthat imports:package:mobile_scanner/mobile_scanner.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:hx_base/pages/ScanPage.dartthat imports:package:mobile_scanner/mobile_scanner.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:hx_base/pages/UploadFileView.dartthat imports:package:hx_base/utils/PermissionCheckUtils.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package not compatible with platform Web
Because:
package:hx_base/pages/EasyStepper/easy_stepper.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:hx_base/pages/UploadFileView.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:hx_base/pages/UploadFileView.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 45 issues. Showing the first 2:
INFO: The file name 'BaseTextField.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/BaseTextField.dart
INFO: The file name 'BaseToast.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/BaseToast.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_date |
^1.5.3 |
1.5.3 | 1.5.3 | |
date_format |
^2.0.9 |
2.0.9 | 2.0.9 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
extended_image |
^9.1.0 |
9.1.0 | 10.0.1 | |
file_picker |
^9.2.3 |
9.2.3 | 10.3.8 | |
flutter_cupertino_datetime_picker2 |
^3.0.2 |
3.0.2 | 3.0.2 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 3.0.5 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
get |
^4.7.2 |
4.7.3 | 4.7.3 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
logger |
^2.5.0 |
2.6.2 | 2.6.2 | |
mobile_scanner |
^5.2.3 |
5.2.3 | 7.1.4 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
pointycastle |
^3.6.2 |
3.9.1 | 4.0.0 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^9.1.0` on extended_image does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions extended_image to update the constraint.
The constraint `^9.2.3` on file_picker does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions file_picker 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.