ds_common 2.7.5
ds_common: ^2.7.5 copied to clipboard
Common library of altush Flutter projects - wraps AppMetrica, Adjust, Firebase, Fimber, etc.
We analyzed this package 22 hours ago, and awarded it 150 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
197 out of 370 API elements (53.2 %) have documentation comments.
Some symbols that are missing documentation: colorize
, data_size
, ds_ad_locker
, ds_ad_locker.DSAdLocker
, ds_ad_locker.DSAdLocker.DSAdLocker.new
.
10/10 points: Package has an example
20/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.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:ds_common/ds_common.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:ds_common/ds_common.dart
that 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.dart
that imports:package:ds_common/widgets/ds_scale_limiter.dart
that imports:package:ds_common/core/ds_metrica.dart
that imports:package:ds_common/core/ds_remote_config.dart
that imports:package:ds_common/core/ds_constants.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:ds_common/ds_common.dart
that imports:package:ds_common/widgets/ds_scale_limiter.dart
that imports:package:ds_common/core/ds_metrica.dart
that imports:package:ds_common/core/ds_remote_config.dart
that imports:package:ds_common/core/ds_constants.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:ds_common/ds_common.dart
that imports:package:ds_common/widgets/ds_scale_limiter.dart
that imports:package:ds_common/core/ds_metrica.dart
that imports:package:ds_common/core/ds_metrica_types.dart
that imports:package:appmetrica_plugin/appmetrica_plugin.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ds_common/ds_common.dart
that imports:package:ds_common/widgets/ds_scale_limiter.dart
that imports:package:ds_common/core/ds_metrica.dart
that imports:package:ds_common/core/ds_remote_config.dart
that imports:package:ds_common/core/ds_constants.dart
that imports:package:ds_common/core/ds_logging.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/ds_common/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 24 issues. Showing the first 2:
INFO: Missing type annotation.
lib/core/ds_adjust.dart:66:10
╷
66 │ static addAfterInitCallback(void Function() callback) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/ds_adjust.dart
INFO: Missing type annotation.
lib/core/ds_constants.dart:45:35
╷
45 │ Future<void> waitForInit({final maxWait = const Duration(seconds: 5)}) async {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/ds_constants.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
adjust_sdk |
^5.4.2 |
5.4.4 | 5.4.4 | |
amplitude_flutter |
^4.3.7 |
4.3.7 | 4.3.7 | |
appmetrica_plugin |
^3.3.0 |
3.3.0 | 3.3.0 | |
cloud_firestore |
>=4.0.0 <7.0.0 |
6.0.2 | 6.0.2 | |
cloud_functions |
>=4.0.0 <7.0.0 |
6.0.2 | 6.0.2 | |
decimal |
^3.0.2 |
3.2.4 | 3.2.4 | |
firebase_analytics |
>=10.0.0 <13.0.0 |
12.0.2 | 12.0.2 | |
firebase_app_installations |
>=0.2.0 <0.5.0 |
0.4.0+2 | 0.4.0+2 | |
firebase_core |
>=3.0.0 <7.0.0 |
4.1.1 | 4.1.1 | |
firebase_crashlytics |
>=3.2.0 <7.0.0 |
5.0.2 | 5.0.2 | |
firebase_remote_config |
>=4.0.0 <7.0.0 |
6.0.2 | 6.0.2 | |
flutter_uxcam |
^2.7.1 |
2.7.1 | 2.7.1 | |
http |
^1.4.0 |
1.5.0 | 1.5.0 | |
meta |
^1.9.0 |
1.16.0 | 1.17.0 | |
package_info_plus |
^9.0.0 |
9.0.0 | 9.0.0 | |
shared_preferences |
^2.3.3 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.