at_sync_ui_flutter 1.0.8 icon indicating copy to clipboard operation
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.

3
likes
120/ 140
pub points
73%
popularity

We analyzed this package 25 hours ago, and awarded it 120 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

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.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

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.
icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

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.
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

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

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatest
at_client^3.0.403.0.573.0.57
at_client_mobile^3.2.73.2.93.2.9
at_common_flutter^2.0.102.0.112.0.11
flutterflutter0.0.00.0.0
Transitive dependencies
PackageConstraintCompatibleLatest
_fe_analyzer_shared-58.0.058.0.0
analyzer-5.10.05.10.0
archive-3.3.63.3.6
args-2.4.02.4.0
asn1lib-1.4.01.4.0
async-2.11.02.11.0
at_base2e15-1.0.01.0.0
at_chops-1.0.31.0.3
at_commons-3.0.433.0.43
at_lookup-3.0.363.0.36
at_persistence_secondary_server-3.0.523.0.52
at_persistence_spec-2.0.122.0.12
at_utf7-1.0.01.0.0
at_utils-3.0.123.0.12
biometric_storage-4.1.34.1.3
boolean_selector-2.1.12.1.1
characters-1.2.11.3.0
clock-1.1.11.1.1
collection-1.17.01.17.1
convert-3.1.13.1.1
coverage-1.6.31.6.3
cron-0.5.10.5.1
crypto-3.0.23.0.2
crypton-2.1.02.1.0
ecdsa-0.0.40.0.4
elliptic-0.3.80.3.8
encrypt-5.0.15.0.1
ffi-2.0.12.0.1
file-6.1.46.1.4
flutter_keychain-2.2.12.2.1
flutter_web_plugins-0.0.00.0.0
frontend_server_client-3.2.03.2.0
glob-2.1.12.1.1
hive-2.2.32.2.3
http-0.13.50.13.5
http_multi_server-3.2.13.2.1
http_parser-4.0.24.0.2
internet_connection_checker-1.0.0+11.0.0+1
io-1.0.41.0.4
js-0.6.50.6.7
logging-1.1.11.1.1
matcher-0.12.150.12.15
material_color_utilities-0.2.00.3.0
meta-1.8.01.9.1
mime-1.0.41.0.4
mocktail-0.3.00.3.0
mutex-3.0.13.0.1
ninja_asn1-2.0.02.0.0
node_preamble-2.0.22.0.2
package_config-2.1.02.1.0
package_info_plus-1.4.3+13.0.3
package_info_plus_linux-1.0.52.0.0
package_info_plus_macos-1.3.02.0.0
package_info_plus_platform_interface-1.0.22.0.1
package_info_plus_web-1.0.62.0.0
package_info_plus_windows-2.1.03.0.0
path-1.8.31.8.3
plugin_platform_interface-2.1.42.1.4
pointycastle-3.7.23.7.2
pool-1.5.11.5.1
pub_semver-2.1.32.1.3
shelf-1.4.01.4.0
shelf_packages_handler-3.0.13.0.1
shelf_static-1.1.11.1.1
shelf_web_socket-1.0.31.0.3
sky_engine-0.0.990.0.99
source_map_stack_trace-2.1.12.1.1
source_maps-0.10.120.10.12
source_span-1.9.11.9.1
stack_trace-1.11.01.11.0
stream_channel-2.1.12.1.1
string_scanner-1.2.01.2.0
term_glyph-1.2.11.2.1
test-1.24.01.24.0
test_api-0.5.00.5.0
test_core-0.5.00.5.0
typed_data-1.3.11.3.1
uuid-3.0.73.0.7
vector_math-2.1.42.1.4
version-3.0.23.0.2
vm_service-11.3.011.3.0
watcher-1.0.21.0.2
web_socket_channel-2.3.02.3.0
webkit_inspection_protocol-1.2.01.2.0
win32-3.1.34.1.1
yaml-3.1.13.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

icon indicating section status
Support sound null safety
20 / 20icon to trigger folding of the section

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.

3
likes
120
pub points
73%
popularity

Publisher

verified publisher iconatsign.org

A Flutter plugin project to provide UI widgets for displaying status of sync process in atProtocol apps.

Homepage
View/report issues

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

at_client, at_client_mobile, at_common_flutter, flutter

More

Packages that depend on at_sync_ui_flutter