sst_base 1.4.13+117 copy "sst_base: ^1.4.13+117" to clipboard
sst_base: ^1.4.13+117 copied to clipboard

This is the **base template** for all SSTeam Flutter/Dart packages.

115/ 160
pub points
26
downloads

We analyzed this package 44 hours ago, and awarded it 115 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.4.13+117").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

127 out of 663 API elements (19.2 %) 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:sst_base/util/util.dart that imports:
  • package:sst_base/util/navigator_utils.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:sst_base/sst_base.dart that imports:
  • package:sst_base/util/util.dart that imports:
  • package:sst_base/util/permisssion_utils.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:sst_base/sst_base.dart that imports:
  • package:sst_base/util/util.dart that imports:
  • package:sst_base/util/permisssion_utils.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `Web`.

Because:

  • package:sst_base/sst_base.dart that imports:
  • package:sst_base/util/util.dart that imports:
  • package:sst_base/util/navigator_utils.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_web.dart that imports:
  • package:share_plus_platform_interface/share_plus_platform_interface.dart that imports:
  • package:share_plus_platform_interface/platform_interface/share_plus_platform.dart that imports:
  • package:share_plus_platform_interface/method_channel/method_channel_share.dart that imports:
  • package:path_provider/path_provider.dart that 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.dart that imports:
  • package:sst_base/util/util.dart that imports:
  • package:sst_base/util/permisssion_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:sst_base/sst_base.dart that imports:
  • package:sst_base/util/util.dart that imports:
  • package:sst_base/util/permisssion_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

WARNING: The exception variable 'error' isn't used, so the 'catch' clause can be removed.

lib/util/in_app_purchase_utils.dart:38:35

   ╷
38 │     } on PlatformException catch (error) {
   │                                   ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/util/in_app_purchase_utils.dart

INFO: 'red' is deprecated and shouldn't be used. Use (*.r * 255.0).round().clamp(0, 255).

lib/util/image_utils.dart:121:45

    ╷
121 │     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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.74 1.3.75
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.2.1 1.2.1
cross_file - 0.3.5+4 0.3.5+4
device_info_plus_platform_interface - 7.0.3 8.1.0
easy_logger - 0.0.2 0.0.2
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
firebase_auth_platform_interface - 9.0.4 9.0.5
firebase_auth_web - 6.2.4 6.2.5
firebase_core_platform_interface - 7.1.0 8.0.0
firebase_core_web - 3.9.0 3.9.1
firebase_crashlytics_platform_interface - 3.8.25 3.8.26
firebase_database_platform_interface - 0.4.0+4 0.4.0+5
firebase_database_web - 0.2.7+11 0.2.7+12
fixnum - 1.1.1 1.1.1
hooks - 2.0.2 2.1.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
in_app_purchase_platform_interface - 1.4.1 1.4.1
in_app_purchase_storekit - 0.4.11 0.4.11
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
matcher - 0.12.19 0.12.20
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.19.0
mime - 2.0.0 2.0.0
objective_c - 9.4.1 9.4.1
package_config - 2.2.0 3.0.0
package_info_plus_platform_interface - 3.2.1 4.1.0
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 13.0.1 13.0.1
permission_handler_apple - 9.4.10 9.4.10
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.2 6.5.2
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 1.0.0
share_plus_platform_interface - 6.1.0 7.2.0
shared_preferences_android - 2.4.27 2.4.27
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.11 0.7.13
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.32 6.3.32
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.4.1
vm_service - 15.2.0 15.2.0
web - 1.1.1 1.1.1
webview_flutter - 4.14.1 4.14.1
webview_flutter_android - 4.13.0 4.13.0
webview_flutter_platform_interface - 2.15.1 2.15.1
webview_flutter_wkwebview - 3.26.0 3.26.0
win32 - 5.15.0 6.3.0
win32_registry - 2.1.0 3.0.3
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1
yaml - 3.1.3 3.1.3

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions: