speridian_pkg 0.1.1 copy "speridian_pkg: ^0.1.1" to clipboard
speridian_pkg: ^0.1.1 copied to clipboard

Speridian Flutter Package to maintain common components

120/ 160
pub points
4
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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

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

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

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

17 out of 58 API elements (29.3 %) have documentation comments.

Some symbols that are missing documentation: api_config, api_config.ApiRegistryConfig, api_config.ApiRegistryConfig.ApiRegistryConfig.new, api_manager, api_manager.ApiManager.ApiManager.new.

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:speridian_pkg/speridian_pkg.dart that imports:
  • package:speridian_pkg/sp_api_manager/api_manager.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:speridian_pkg/speridian_pkg.dart that imports:
  • package:speridian_pkg/sp_api_manager/api_manager.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:speridian_pkg/speridian_pkg.dart that imports:
  • package:speridian_pkg/sp_api_manager/api_manager.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:speridian_pkg/speridian_pkg.dart that imports:
  • package:speridian_pkg/sp_api_manager/api_manager.dart that imports:
  • package:fluttertoast/fluttertoast.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

INFO: Missing type annotation.

lib/reportbug.dart:91:3

   ╷
91 │   composeReportBugMail(String message) async {
   │   ^^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/sp_api_manager/api_manager.dart:392:37

    ╷
392 │   static void _showErrorToastMethod(jsonResponse) {
    │                                     ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/sp_api_manager/api_manager.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
device_info_plus ^8.0.0 8.2.2 12.3.0
f_logs ^2.0.1 2.0.1 2.0.1
flutter_archive ^5.0.0 5.0.0 6.0.4
flutter_email_sender ^5.2.0 5.2.0 8.0.0
fluttertoast ^8.1.2 8.2.14 9.0.0
http ^0.13.5 0.13.6 1.6.0
intl ^0.17.0 0.17.0 0.20.2
package_info_plus ^3.0.2 3.1.2 9.0.0
path_provider ^2.0.11 2.1.5 2.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.5 2.1.5
file - 6.1.4 7.0.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
package_info_plus_platform_interface - 2.0.1 3.2.1
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
sembast - 3.8.6 3.8.6
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 4.1.4 5.15.0
xdg_directories - 1.1.0 1.1.0
xxtea - 2.1.0 2.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 7 issues. Showing the first 2:

The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

The constraint `^5.0.0` on flutter_archive does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions flutter_archive 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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
120
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Speridian Flutter Package to maintain common components

Documentation

API reference

License

unknown (license)

Dependencies

device_info_plus, f_logs, flutter, flutter_archive, flutter_email_sender, fluttertoast, http, intl, package_info_plus, path_provider

More

Packages that depend on speridian_pkg