sw_core 0.5.2 copy "sw_core: ^0.5.2" to clipboard
sw_core: ^0.5.2 copied to clipboard

Spinwheel Core

1
likes
80/ 140
pub points
0%
popularity

We analyzed this package 1 hour ago, and awarded it 80 pub points (of a possible 140):

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

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: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

42 out of 1636 API elements (2.6 %) 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.

Some symbols that are missing documentation: analytics, analytics.Analytics, analytics.Analytics.Analytics, analytics.Analytics.track, analytics_constants.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

Because:

  • package:sw_core/analytics/analytics.dart that imports:
  • package:mixpanel_flutter/mixpanel_flutter.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:sw_core/analytics/analytics.dart that imports:
  • package:mixpanel_flutter/mixpanel_flutter.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:sw_core/analytics/analytics.dart that imports:
  • package:sw_core/environment/sw_env.dart that imports:
  • package:sw_core/tool/log.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 61 issues. Showing the first 2:

WARNING: Unused import: 'dart:convert'.

lib/entity_auth/error.dart:1:8

  ╷
1 │ import 'dart:convert';
  │        ^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: 'package:sw_core/tool/asset.dart'.

lib/entity_theme/response_theme.dart:2:8

  ╷
2 │ import 'package:sw_core/tool/asset.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
dio ^4.0.0 4.0.6 5.4.3+1
dio_cache_interceptor ^3.0.1 3.4.2 3.5.0
flutter flutter 0.0.0 0.0.0
get ^4.3.8 4.6.6 4.6.6
injector ^2.0.0 2.0.0 3.0.0
json_theme 3.2.0 3.2.0 6.4.1+3
jwt_decode ^0.3.1 0.3.1 0.3.1
logger ^1.0.0 1.4.0 2.2.0
mixpanel_flutter ^1.4.5 1.6.0 2.3.1
url_launcher ^6.0.9 6.2.6 6.2.6
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
js - 0.6.7 0.7.1
json_class - 2.2.2+1 3.0.0+13
json_schema2 - 2.0.4+9 5.1.3
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
quiver - 3.2.1 3.2.1
rest_client - 2.2.3+2 2.4.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.1
typed_data - 1.3.2 1.3.2
uri - 1.0.0 1.0.0
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
yaml - 3.1.2 3.1.2
yaon - 1.1.4+7 1.1.4+7

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

Found 5 issues. Showing the first 2:

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

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

The constraint `^2.0.0` on injector does not support the stable version `3.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.