kitty_sdk 0.11.0 copy "kitty_sdk: ^0.11.0" to clipboard
kitty_sdk: ^0.11.0 copied to clipboard

unlisted

Kitty Flutter SDK — unified package for device fingerprint attribution (Flare) and authentication, user management, licenses & subscriptions (Account) against the Kitty Launch platform APIs.

80/ 160
pub points
332
downloads

We analyzed this package 7 days ago, and awarded it 80 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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Repository URL doesn't exist.

At the time of the analysis https://github.com/KittyLaunch/kitty-flutter-sdk 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

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.

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

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

338 out of 1329 API elements (25.4 %) have documentation comments.

Some symbols that are missing documentation: kitty_sdk.AccountException.AccountException.new, kitty_sdk.AccountException.message, kitty_sdk.AccountException.statusCode, kitty_sdk.AccountException.type, kitty_sdk.AccountException.uri.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:kitty_sdk/kitty_sdk.dart that imports:
  • package:kitty_sdk/src/buy_now/web_buy_now/logic/convertor.dart that imports:
  • package:in_app_purchase_storekit/in_app_purchase_storekit.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:kitty_sdk/kitty_sdk.dart that imports:
  • package:kitty_sdk/src/buy_now/web_buy_now/logic/convertor.dart that imports:
  • package:in_app_purchase/in_app_purchase.dart that imports:
  • package:in_app_purchase_android/in_app_purchase_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:kitty_sdk/kitty_sdk.dart that imports:
  • package:kitty_sdk/src/buy_now/web_buy_now/logic/convertor.dart that imports:
  • package:in_app_purchase_storekit/in_app_purchase_storekit.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:kitty_sdk/kitty_sdk.dart that imports:
  • package:kitty_sdk/src/buy_now/web_buy_now/logic/convertor.dart that imports:
  • package:in_app_purchase_storekit/in_app_purchase_storekit.dart that declares support for platforms: iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:kitty_sdk/kitty_sdk.dart that imports:
  • package:kitty_sdk/src/buy_now/web_buy_now/logic/convertor.dart that imports:
  • package:in_app_purchase/in_app_purchase.dart that imports:
  • package:in_app_purchase_android/in_app_purchase_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:kitty_sdk/kitty_sdk.dart that imports:
  • package:kitty_sdk/src/buy_now/web_buy_now/logic/convertor.dart that imports:
  • package:in_app_purchase_storekit/in_app_purchase_storekit.dart that declares support for platforms: iOS, macOS.
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 89 issues. Showing the first 2:

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/account/repository/account_repository.dart:85:7

   ╷
85 │       return _onAuthSuccess(tokens, email: email, method: 'password');
   │       ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/account/repository/account_repository.dart

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/account/repository/account_repository.dart:97:7

   ╷
97 │       return _onAuthSuccess(tokens, email: email, method: 'signup');
   │       ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/account/repository/account_repository.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
connectivity_plus ^6.0.2 6.1.5 7.3.1
darq ^2.0.0 2.1.0 2.1.0
device_info_plus ^11.1.0 11.5.0 13.2.0
flutter_bloc ^8.1.6 8.1.6 9.1.1
flutter_inappwebview ^6.1.5 6.1.5 6.1.5
http ^1.2.0 1.6.0 1.6.0
in_app_purchase ^3.2.0 3.2.4 3.3.0
in_app_purchase_android ^0.4.0 0.4.0+11 0.5.3
in_app_purchase_platform_interface ^1.4.0 1.4.1 1.4.1
in_app_purchase_storekit ^0.4.0 0.4.12 0.4.12
meta ^1.7.0 1.19.0 1.19.0
package_info_plus ^8.0.0 8.3.1 10.2.1
posthog_flutter ^5.15.0 5.39.0 5.39.0
share_plus ^10.1.2 10.1.4 13.3.0
shared_preferences ^2.2.0 2.5.5 2.5.5
sign_in_with_apple ^6.1.1 6.1.4 8.2.0
url_launcher ^6.3.1 6.3.2 6.3.2
uuid ^4.0.0 4.6.0 4.6.0
web ^1.1.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
bloc - 8.1.4 9.2.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.0.0 2.0.0
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
cross_file - 0.3.5+5 0.3.5+5
crypto - 3.0.7 3.0.7
dbus - 0.7.15 0.7.15
device_info_plus_platform_interface - 7.0.3 8.1.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_inappwebview_android - 1.1.3 1.1.3
flutter_inappwebview_internal_annotations - 1.3.0 1.3.0
flutter_inappwebview_ios - 1.1.2 1.1.2
flutter_inappwebview_macos - 1.1.2 1.1.2
flutter_inappwebview_platform_interface - 1.3.0+1 1.3.0+1
flutter_inappwebview_web - 1.1.2 1.1.2
flutter_inappwebview_windows - 0.6.0 0.6.0
hooks - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
json_annotation - 4.12.0 4.12.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
mime - 2.1.0 2.1.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
package_info_plus_platform_interface - 3.2.1 4.1.0
path - 1.9.1 1.9.1
path_provider - 2.1.6 2.1.6
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
petitparser - 7.0.2 7.0.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
share_plus_platform_interface - 5.0.2 7.2.0
shared_preferences_android - 2.4.28 2.4.28
shared_preferences_foundation - 2.5.7 2.5.7
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
sign_in_with_apple_platform_interface - 1.1.0 2.0.0
sign_in_with_apple_web - 2.1.1 3.0.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
vector_math - 2.4.2 2.4.2
win32 - 5.15.0 6.4.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.4 3.1.4

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

Found 7 issues. Showing the first 2:

The constraint `^6.0.2` on connectivity_plus does not support the stable version `7.0.0`.

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

The constraint `^11.1.0` on device_info_plus does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions device_info_plus 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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

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

Documentation

API reference

Publisher

verified publisherkitty-dev.org

Weekly Downloads

Kitty Flutter SDK — unified package for device fingerprint attribution (Flare) and authentication, user management, licenses & subscriptions (Account) against the Kitty Launch platform APIs.

Repository (GitHub)

License

unknown (license)

Dependencies

connectivity_plus, darq, device_info_plus, flutter, flutter_bloc, flutter_inappwebview, http, in_app_purchase, in_app_purchase_android, in_app_purchase_platform_interface, in_app_purchase_storekit, meta, package_info_plus, posthog_flutter, share_plus, shared_preferences, sign_in_with_apple, url_launcher, uuid, web

More

Packages that depend on kitty_sdk