sst_base 1.4.14+118
sst_base: ^1.4.14+118 copied to clipboard
This is the **base template** for all SSTeam Flutter/Dart packages.
We analyzed this package 35 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/datnguyencr/sst-base.git 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
127 out of 664 API elements (19.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: ad_utils, adaptive_banner, adaptive_banner.AdaptiveBanner, adaptive_banner.AdaptiveBanner.AdaptiveBanner.new, adaptive_banner.AdaptiveBanner.adUnitId.
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:sst_base/sst_base.dartthat imports:package:sst_base/util/util.dartthat imports:package:sst_base/util/navigator_utils.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_linux.dartthat imports:package:url_launcher_linux/url_launcher_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:sst_base/sst_base.dartthat imports:package:sst_base/util/util.dartthat imports:package:sst_base/util/permisssion_utils.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:sst_base/sst_base.dartthat imports:package:sst_base/util/util.dartthat imports:package:sst_base/util/permisssion_utils.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:sst_base/sst_base.dartthat imports:package:sst_base/util/util.dartthat imports:package:sst_base/util/navigator_utils.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_web.dartthat imports:package:share_plus_platform_interface/share_plus_platform_interface.dartthat imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dartthat imports:package:share_plus_platform_interface/method_channel/method_channel_share.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:sst_base/sst_base.dartthat imports:package:sst_base/util/util.dartthat imports:package:sst_base/util/permisssion_utils.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:sst_base/sst_base.dartthat imports:package:sst_base/util/util.dartthat imports:package:sst_base/util/permisssion_utils.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: 'red' is deprecated and shouldn't be used. Use (*.r * 255.0).round().clamp(0, 255).
lib/util/image_utils.dart:127:45
╷
127 │ final double luminance = (0.299 * color.red + 0.587 * color.green + 0.114 * color.blue) / 255;
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/util/image_utils.dart
INFO: 'green' is deprecated and shouldn't be used. Use (*.g * 255.0).round().clamp(0, 255).
lib/util/image_utils.dart:127:65
╷
127 │ final double luminance = (0.299 * color.red + 0.587 * color.green + 0.114 * color.blue) / 255;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/util/image_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
device_info_plus |
^12.4.0 |
12.4.0 | 13.2.0 | |
easy_localization |
^3.0.8 |
3.0.8 | 3.0.8 | |
equatable |
^2.1.0 |
2.1.0 | 2.1.0 | |
firebase_auth |
6.5.4 |
6.5.4 | 6.5.6 | |
firebase_core |
^4.11.0 |
4.12.0 | 4.12.1 | |
firebase_crashlytics |
5.2.4 |
5.2.4 | 5.2.6 | |
firebase_database |
12.4.4 |
12.4.4 | 12.4.6 | |
flutter_staggered_grid_view |
^0.7.0 |
0.7.0 | 0.7.0 | |
google_mobile_ads |
^7.0.0 |
7.0.0 | 9.0.0 | |
image |
^4.9.1 |
4.9.1 | 4.9.1 | |
in_app_purchase |
^3.2.4 |
3.2.4 | 3.3.0 | |
in_app_purchase_android |
^0.4.0+11 |
0.4.0+11 | 0.5.2 | |
intl |
^0.20.2 |
0.20.2 | 0.20.3 | |
json_annotation |
^4.12.0 |
4.12.0 | 4.12.0 | |
logger |
^2.6.1 |
2.7.0 | 2.7.0 | |
package_info_plus |
^9.0.1 |
9.0.1 | 10.2.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.6 |
2.1.6 | 2.1.6 | |
percent_indicator |
^4.2.5 |
4.2.5 | 4.2.5 | |
permission_handler |
^12.0.3 |
12.0.3 | 12.0.3 | |
purchases_flutter |
^10.4.1 |
10.4.3 | 10.4.3 | |
purchases_ui_flutter |
^10.4.1 |
10.4.3 | 10.4.3 | |
share_plus |
^12.0.2 |
12.0.2 | 13.3.0 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.2 |
4.6.0 | 4.6.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^12.4.0` on device_info_plus does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `6.5.4` on firebase_auth does not support the stable version `6.5.5`, that was published 11 days ago.
When firebase_auth is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions firebase_auth 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.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.