at_sync_ui_flutter 1.0.8
at_sync_ui_flutter: ^1.0.8 copied to clipboard
A Flutter plugin project to provide UI widgets for displaying status of sync process in atProtocol apps.
We analyzed this package 25 hours ago, and awarded it 120 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/atsign-foundation/at_widgets/tree/trunk/at_sync_ui_flutter
was unreachable. Make sure that the website is reachable via HEAD
requests.
Documentation URL doesn't exist.
At the time of the analysis https://atsign.dev/docs/functional_architecture/libraries/
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 48 out of 171 API elements (28.1 %) have documentation comments.
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:at_sync_ui_flutter/at_sync_ui_flutter.dart
that imports:package:at_sync_ui_flutter/services/at_sync_ui_services.dart
that imports:package:at_sync_ui_flutter/at_sync_ui.dart
that imports:package:at_client_mobile/at_client_mobile.dart
that imports:package:at_client_mobile/src/keychain_manager.dart
that imports:package:flutter_keychain/flutter_keychain.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:at_sync_ui_flutter/at_sync_ui_flutter.dart
that imports:package:at_sync_ui_flutter/services/at_sync_ui_services.dart
that imports:package:at_sync_ui_flutter/at_sync_ui.dart
that imports:package:at_client_mobile/at_client_mobile.dart
that imports:package:at_client_mobile/src/keychain_manager.dart
that imports:package:flutter_keychain/flutter_keychain.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:at_sync_ui_flutter/at_sync_ui_flutter.dart
that imports:package:at_sync_ui_flutter/services/at_sync_ui_services.dart
that imports:package:at_sync_ui_flutter/at_sync_ui.dart
that imports:package:at_client_mobile/at_client_mobile.dart
that imports:package:at_client_mobile/src/keychain_manager.dart
that imports:package:flutter_keychain/flutter_keychain.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:at_sync_ui_flutter/at_sync_ui_flutter.dart
that imports:package:at_sync_ui_flutter/services/at_sync_ui_services.dart
that imports:package:at_sync_ui_flutter/at_sync_ui.dart
that imports:package:at_client_mobile/at_client_mobile.dart
that imports:package:at_client_mobile/src/keychain_manager.dart
that imports:package:flutter_keychain/flutter_keychain.dart
that declares support for platforms:Android
,iOS
.
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:at_sync_ui_flutter/at_sync_ui_flutter.dart
that imports:package:at_sync_ui_flutter/services/at_sync_ui_services.dart
that imports:package:at_sync_ui_flutter/at_sync_ui.dart
that imports:package:at_client_mobile/at_client_mobile.dart
that imports:package:at_client_mobile/src/keychain_manager.dart
that imports:package:biometric_storage/biometric_storage.dart
that imports:package:biometric_storage/src/biometric_storage_win32.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:at_sync_ui_flutter/at_sync_ui_flutter.dart
that imports:package:at_sync_ui_flutter/services/at_sync_ui_services.dart
that imports:package:at_sync_ui_flutter/at_sync_ui.dart
that imports:package:at_client_mobile/at_client_mobile.dart
that imports:package:at_client_mobile/src/keychain_manager.dart
that imports:package:biometric_storage/biometric_storage.dart
that imports:package:biometric_storage/src/biometric_storage_win32.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The import of 'package:at_client/src/listener/sync_progress_listener.dart' is unnecessary because all of the used elements are also provided by the import of 'package:at_client/at_client.dart'.
lib/services/at_sync_ui_services.dart:8:8
╷
8 │ import 'package:at_client/src/listener/sync_progress_listener.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/at_sync_ui_services.dart
INFO: Close instances of `dart.core.Sink`.
lib/services/at_sync_ui_services.dart:45:26
╷
45 │ final StreamController _atSyncUIListenerController =
│ ┌──────────────────────────^
46 │ │ StreamController<AtSyncUIStatus>.broadcast();
│ └──────────────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/at_sync_ui_services.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
at_client | ^3.0.40 | 3.0.57 | 3.0.57 |
at_client_mobile | ^3.2.7 | 3.2.9 | 3.2.9 |
at_common_flutter | ^2.0.10 | 2.0.11 | 2.0.11 |
flutter | flutter | 0.0.0 | 0.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 58.0.0 | 58.0.0 |
analyzer | - | 5.10.0 | 5.10.0 |
archive | - | 3.3.6 | 3.3.6 |
args | - | 2.4.0 | 2.4.0 |
asn1lib | - | 1.4.0 | 1.4.0 |
async | - | 2.11.0 | 2.11.0 |
at_base2e15 | - | 1.0.0 | 1.0.0 |
at_chops | - | 1.0.3 | 1.0.3 |
at_commons | - | 3.0.43 | 3.0.43 |
at_lookup | - | 3.0.36 | 3.0.36 |
at_persistence_secondary_server | - | 3.0.52 | 3.0.52 |
at_persistence_spec | - | 2.0.12 | 2.0.12 |
at_utf7 | - | 1.0.0 | 1.0.0 |
at_utils | - | 3.0.12 | 3.0.12 |
biometric_storage | - | 4.1.3 | 4.1.3 |
boolean_selector | - | 2.1.1 | 2.1.1 |
characters | - | 1.2.1 | 1.3.0 |
clock | - | 1.1.1 | 1.1.1 |
collection | - | 1.17.0 | 1.17.1 |
convert | - | 3.1.1 | 3.1.1 |
coverage | - | 1.6.3 | 1.6.3 |
cron | - | 0.5.1 | 0.5.1 |
crypto | - | 3.0.2 | 3.0.2 |
crypton | - | 2.1.0 | 2.1.0 |
ecdsa | - | 0.0.4 | 0.0.4 |
elliptic | - | 0.3.8 | 0.3.8 |
encrypt | - | 5.0.1 | 5.0.1 |
ffi | - | 2.0.1 | 2.0.1 |
file | - | 6.1.4 | 6.1.4 |
flutter_keychain | - | 2.2.1 | 2.2.1 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
frontend_server_client | - | 3.2.0 | 3.2.0 |
glob | - | 2.1.1 | 2.1.1 |
hive | - | 2.2.3 | 2.2.3 |
http | - | 0.13.5 | 0.13.5 |
http_multi_server | - | 3.2.1 | 3.2.1 |
http_parser | - | 4.0.2 | 4.0.2 |
internet_connection_checker | - | 1.0.0+1 | 1.0.0+1 |
io | - | 1.0.4 | 1.0.4 |
js | - | 0.6.5 | 0.6.7 |
logging | - | 1.1.1 | 1.1.1 |
matcher | - | 0.12.15 | 0.12.15 |
material_color_utilities | - | 0.2.0 | 0.3.0 |
meta | - | 1.8.0 | 1.9.1 |
mime | - | 1.0.4 | 1.0.4 |
mocktail | - | 0.3.0 | 0.3.0 |
mutex | - | 3.0.1 | 3.0.1 |
ninja_asn1 | - | 2.0.0 | 2.0.0 |
node_preamble | - | 2.0.2 | 2.0.2 |
package_config | - | 2.1.0 | 2.1.0 |
package_info_plus | - | 1.4.3+1 | 3.0.3 |
package_info_plus_linux | - | 1.0.5 | 2.0.0 |
package_info_plus_macos | - | 1.3.0 | 2.0.0 |
package_info_plus_platform_interface | - | 1.0.2 | 2.0.1 |
package_info_plus_web | - | 1.0.6 | 2.0.0 |
package_info_plus_windows | - | 2.1.0 | 3.0.0 |
path | - | 1.8.3 | 1.8.3 |
plugin_platform_interface | - | 2.1.4 | 2.1.4 |
pointycastle | - | 3.7.2 | 3.7.2 |
pool | - | 1.5.1 | 1.5.1 |
pub_semver | - | 2.1.3 | 2.1.3 |
shelf | - | 1.4.0 | 1.4.0 |
shelf_packages_handler | - | 3.0.1 | 3.0.1 |
shelf_static | - | 1.1.1 | 1.1.1 |
shelf_web_socket | - | 1.0.3 | 1.0.3 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_map_stack_trace | - | 2.1.1 | 2.1.1 |
source_maps | - | 0.10.12 | 0.10.12 |
source_span | - | 1.9.1 | 1.9.1 |
stack_trace | - | 1.11.0 | 1.11.0 |
stream_channel | - | 2.1.1 | 2.1.1 |
string_scanner | - | 1.2.0 | 1.2.0 |
term_glyph | - | 1.2.1 | 1.2.1 |
test | - | 1.24.0 | 1.24.0 |
test_api | - | 0.5.0 | 0.5.0 |
test_core | - | 0.5.0 | 0.5.0 |
typed_data | - | 1.3.1 | 1.3.1 |
uuid | - | 3.0.7 | 3.0.7 |
vector_math | - | 2.1.4 | 2.1.4 |
version | - | 3.0.2 | 3.0.2 |
vm_service | - | 11.3.0 | 11.3.0 |
watcher | - | 1.0.2 | 1.0.2 |
web_socket_channel | - | 2.3.0 | 2.3.0 |
webkit_inspection_protocol | - | 1.2.0 | 1.2.0 |
win32 | - | 3.1.3 | 4.1.1 |
yaml | - | 3.1.1 | 3.1.1 |
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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.