ds_common 2.4.0
ds_common: ^2.4.0 copied to clipboard
Common library of altush Flutter projects - wraps AppMetrica, Adjust, Firebase, Fimber, etc.
We analyzed this package 16 hours ago, and awarded it 140 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
198 out of 368 API elements (53.8 %) 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 18 issues. Showing the first 2:
INFO: 'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre.
lib/widgets/ds_scale_limiter.dart:29:39
╷
29 │ final origFactor = mediaQueryData.textScaleFactor;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/ds_scale_limiter.dart
INFO: 'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre.
lib/widgets/ds_scale_limiter.dart:56:9
╷
56 │ textScaleFactor: newFactor,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/ds_scale_limiter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
adjust_sdk |
^5.1.0 |
5.1.1 | 5.1.1 | |
amplitude_flutter |
^3.13.0 |
3.16.7 | 4.3.1 | |
appmetrica_plugin |
^3.1.0 |
3.1.0 | 3.1.0 | |
cloud_firestore |
>=4.0.0 <6.0.0 |
5.6.6 | 5.6.6 | |
cloud_functions |
>=4.0.0 <6.0.0 |
5.4.0 | 5.4.0 | |
decimal |
^3.0.2 |
3.2.1 | 3.2.1 | |
firebase_analytics |
>=10.0.0 <12.0.0 |
11.4.5 | 11.4.5 | |
firebase_app_installations |
>=0.2.0 <0.4.0 |
0.3.2+5 | 0.3.2+5 | |
firebase_core |
>=2.3.0 <5.0.0 |
3.13.0 | 3.13.0 | |
firebase_crashlytics |
>=3.2.0 <6.0.0 |
4.3.5 | 4.3.5 | |
firebase_remote_config |
>=4.0.0 <7.0.0 |
5.4.3 | 5.4.3 | |
flutter_uxcam |
^2.5.8 |
2.6.0 | 2.6.0 | |
http |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.9.0 |
1.16.0 | 1.16.0 | |
package_info_plus |
^8.0.0 |
8.3.0 | 8.3.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
.
The constraint `^3.13.0` on amplitude_flutter does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions amplitude_flutter
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.22.21
, Flutter 3.29.3
, Dart 3.7.2
.
Check the analysis log for details.