ditto_flutter_tools 1.0.0
ditto_flutter_tools: ^1.0.0 copied to clipboard
Diagnostic and Debugging Tools for Ditto in Flutter
We analyzed this package 2 days 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 24 API elements (58.3 %) have documentation comments.
Some symbols that are missing documentation: ditto_flutter_tools
, ditto_flutter_tools.SyncStatus
, ditto_flutter_tools.SyncStatusHelper
, ditto_flutter_tools.SyncStatusHelper.ditto
, ditto_flutter_tools.SyncStatusHelper.lastUpdatedAt
.
10/10 points: Package has an example
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:ditto_flutter_tools/ditto_flutter_tools.dart
that imports:package:ditto_flutter_tools/src/sync_status_helper.dart
that imports:package:ditto_live/ditto_live.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:ditto_flutter_tools/ditto_flutter_tools.dart
that imports:package:ditto_flutter_tools/src/sync_status_helper.dart
that imports:package:ditto_live/ditto_live.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:ditto_flutter_tools/ditto_flutter_tools.dart
that imports:package:ditto_flutter_tools/src/sync_status_helper.dart
that imports:package:ditto_live/ditto_live.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:ditto_flutter_tools/ditto_flutter_tools.dart
that imports:package:ditto_flutter_tools/src/sync_status_helper.dart
that imports:package:ditto_live/ditto_live.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'ButtonBar' is deprecated and shouldn't be used. Use OverflowBar instead. This feature was deprecated after v3.21.0-10.0.pre.
lib/src/disk_usage/disk_usage.dart:41:28
╷
41 │ Widget get _buttonBar => ButtonBar(children: [_exportLogs, _exportData]);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/disk_usage/disk_usage.dart
/tmp/pana_MBTGFJ/lib/src/cross_platform/web.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ditto_live |
^4.9.1 |
4.10.1 | 4.10.1 | |
file_picker |
^8.1.4 |
8.3.7 | 10.1.2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
timeago |
^3.7.0 |
3.7.0 | 3.7.0 | |
webview_flutter |
^4.8.0 |
4.11.0 | 4.11.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cbor |
- | 6.3.6 | 6.3.6 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
equatable |
- | 2.0.7 | 2.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_plugin_android_lifecycle |
- | 2.0.28 | 2.0.28 | |
hex |
- | 0.2.0 | 0.2.0 | |
ieee754 |
- | 1.0.3 | 1.0.3 | |
intl |
- | 0.19.0 | 0.20.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logger |
- | 2.5.0 | 2.5.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_android |
- | 4.4.1 | 4.4.1 | |
webview_flutter_platform_interface |
- | 2.11.0 | 2.11.0 | |
webview_flutter_wkwebview |
- | 3.20.0 | 3.20.0 | |
win32 |
- | 5.12.0 | 5.12.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.1.4` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.