ds_common 0.1.39
ds_common: ^0.1.39 copied to clipboard
Common library SectDev of Flutter projects (https://sect.dev/) - wraps Yandex Metrica, Adjust, Firebase, Fimber, etc.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
64 out of 196 API elements (32.7 %) have documentation comments.
Some symbols that are missing documentation: ds_adjust, ds_adjust.DSAdjust, ds_adjust.DSAdjust.DSAdjust.new, ds_adjust.DSAdjust.getAdid, ds_adjust.DSAdjust.isInitialized.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:ds_common/ds_common.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:ds_common/ds_common.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:ds_common/ds_common.dartthat declares support for platforms:Android,iOS,Web.
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:ds_common/ds_common.dartthat imports:package:ds_common/widgets/ds_scale_limiter.dartthat imports:package:ds_common/core/ds_metrica.dartthat imports:package:ds_common/core/ds_remote_config.dartthat imports:package:ds_common/core/ds_constants.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:ds_common/ds_common.dartthat imports:package:ds_common/widgets/ds_scale_limiter.dartthat imports:package:ds_common/core/ds_metrica.dartthat imports:package:ds_common/core/ds_remote_config.dartthat imports:package:ds_common/core/ds_constants.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:ds_common/ds_common.dartthat imports:package:ds_common/widgets/ds_scale_limiter.dartthat imports:package:ds_common/core/ds_metrica.dartthat imports:package:ds_common/core/ds_adjust.dartthat imports:package:adjust_sdk/adjust_config.dartthat declares support for platforms:Android,iOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:ds_common/ds_common.dartthat imports:package:ds_common/widgets/ds_scale_limiter.dartthat imports:package:ds_common/core/ds_metrica.dartthat imports:package:ds_common/core/ds_remote_config.dartthat imports:package:ds_common/core/ds_constants.dartthat imports:package:ds_common/core/ds_logging.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/ds_common/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: 'profilesSampleRate' is experimental and could be removed or changed at any time.
lib/core/ds_metrica.dart:103:21
╷
103 │ options.profilesSampleRate = 1.0;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/ds_metrica.dart
INFO: Missing type annotation.
lib/core/ds_adjust.dart:58:10
╷
58 │ static addAfterInitCallback(void Function() callback) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/ds_adjust.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adjust_sdk |
^5.0.1 |
5.6.1 | 5.6.1 | |
appmetrica_plugin |
^2.1.1 |
2.1.1 | 4.0.0 | |
cloud_firestore |
>=4.0.0 <6.0.0 |
5.6.12 | 6.3.0 | |
cloud_functions |
>=4.0.0 <6.0.0 |
5.6.2 | 6.2.0 | |
decimal |
^2.3.0 |
2.3.3 | 3.2.4 | |
device_info |
>=2.0.0 <2.0.3 |
2.0.2 | 2.0.3 | Discontinued |
fimber |
^0.7.0 |
0.7.0 | 0.7.0 | |
firebase_analytics |
>=10.0.0 <12.0.0 |
11.6.0 | 12.3.0 | |
firebase_app_installations |
>=0.2.0 <0.4.0 |
0.3.3 | 0.4.2 | |
firebase_core |
>=2.3.0 <5.0.0 |
3.15.2 | 4.7.0 | |
firebase_crashlytics |
>=3.2.0 <6.0.0 |
4.3.10 | 5.2.0 | |
firebase_remote_config |
>=4.0.0 <7.0.0 |
5.5.0 | 6.4.0 | |
meta |
^1.9.0 |
1.17.0 | 1.18.2 | |
package_info_plus |
^4.0.2 |
4.2.0 | 10.0.0 | |
sentry_flutter |
^8.4.0 |
8.14.2 | 9.18.0 | |
shared_preferences |
^2.0.17 |
2.5.5 | 2.5.5 | |
userx_flutter |
^1.1.2 |
1.4.0 | 1.4.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 10 issues. Showing the first 2:
The constraint `^2.1.1` on appmetrica_plugin does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions appmetrica_plugin to update the constraint.
The constraint `>=4.0.0 <6.0.0` on cloud_firestore does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.