my_sdk 1.0.23 copy "my_sdk: ^1.0.23" to clipboard
my_sdk: ^1.0.23 copied to clipboard

outdated

sdk with core company funcionality.

80/ 160
pub points
62
downloads

We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):

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

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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/CultivApp/sdk.git was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

12 out of 72 API elements (16.7 %) 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: ErrorHttp, authWithGoogleService, authWithGoogleService.AuthWithGoogleService, authWithGoogleService.AuthWithGoogleService.AuthWithGoogleService.new, authWithGoogleService.AuthWithGoogleService.TAG.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

SDK issues found:

Package is not compatible with the Dart SDK.

Because:

  • my_sdk that depends on:
  • firebase_core that is a package requiring flutter.
  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:my_sdk/my_sdk.dart that imports:
  • package:my_sdk/core/services/authWithGoogleService.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:my_sdk/my_sdk.dart that imports:
  • package:my_sdk/core/services/authWithGoogleService.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package not compatible with platform Web

Because:

  • package:my_sdk/my_sdk.dart that imports:
  • package:my_sdk/core/services/client_socket.dart that imports:
  • dart:io
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 18 issues. Showing the first 2:

WARNING: The value of the field '_params' isn't used.

lib/core/services/okhttp/request_http.dart:6:24

  ╷
6 │   Map<String, String>? _params;
  │                        ^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/core/services/okhttp/request_http.dart

INFO: The file name 'userStorageInfo.dart' isn't a lower_case_with_underscores identifier.

To reproduce make sure you are using the lints_core and run dart analyze lib/core/management/userStorageInfo.dart

Failed report section
Support up-to-date dependencies
10 / 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
firebase_auth ^4.4.2 4.16.0 6.1.4
firebase_core ^2.10.0 2.32.0 4.4.0
google_sign_in ^6.1.0 6.3.0 7.2.0
http ^0.13.6 0.13.6 1.6.0
shared_preferences ^2.1.0 2.5.4 2.5.4
url_launcher ^6.0.12 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.35 1.3.66
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
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 - 7.3.0 8.1.6
firebase_auth_web - 5.8.13 6.1.2
firebase_core_platform_interface - 5.4.2 6.0.2
firebase_core_web - 2.24.0 3.4.0
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in_android - 6.2.1 7.2.7
google_sign_in_ios - 5.9.0 6.3.0
google_sign_in_platform_interface - 2.5.0 3.1.0
google_sign_in_web - 0.12.4+4 1.1.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
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
matcher - 0.12.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.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
shared_preferences_android - 2.4.20 2.4.20
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
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.7 0.7.9
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
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.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 4 issues. Showing the first 2:

The constraint `^4.4.2` on firebase_auth does not support the stable version `5.0.0`.

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

The constraint `^2.10.0` on firebase_core does not support the stable version `3.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • UNDEFINED_METHOD - lib/core/utils/main_utils.dart:9:13 - The method 'canLaunchUrl' isn't defined for the type 'Utils'.
  • UNDEFINED_METHOD - lib/core/utils/main_utils.dart:9:39 - The method 'launchUrl' isn't defined for the type 'Utils'.
  • UNDEFINED_METHOD - lib/core/utils/main_utils.dart:12:15 - The method 'canLaunchUrl' isn't defined for the type 'Utils'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.9, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

sdk with core company funcionality.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

firebase_auth, firebase_core, google_sign_in, http, shared_preferences, url_launcher

More

Packages that depend on my_sdk