riverpod_offline_sync 1.0.5
riverpod_offline_sync: ^1.0.5 copied to clipboard
Production-ready offline-first sync engine for Flutter super apps with Riverpod integration
We analyzed this package 12 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/yourusername/riverpod_offline_sync was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/yourusername/riverpod_offline_sync was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/yourusername/riverpod_offline_sync/issues 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
45 out of 357 API elements (12.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: riverpod_offline_sync, riverpod_offline_sync.AuthColors, riverpod_offline_sync.AuthColors.black, riverpod_offline_sync.AuthColors.black15, riverpod_offline_sync.AuthColors.black50.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ 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:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/ui/debug_panel.dartthat imports:package:riverpod_offline_sync/src/providers/connectivity_providers.dartthat imports:package:riverpod_offline_sync/src/connectivity/connectivity_monitor.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/ui/debug_panel.dartthat imports:package:riverpod_offline_sync/src/providers/connectivity_providers.dartthat imports:package:riverpod_offline_sync/src/connectivity/connectivity_monitor.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Windows`.
Because:
package:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/ui/debug_panel.dartthat imports:package:riverpod_offline_sync/src/providers/connectivity_providers.dartthat imports:package:riverpod_offline_sync/src/connectivity/connectivity_monitor.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/firebase/auth_persistence.dartthat imports:package:firebase_auth/firebase_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/ui/debug_panel.dartthat imports:package:riverpod_offline_sync/src/providers/connectivity_providers.dartthat imports:package:riverpod_offline_sync/src/connectivity/connectivity_monitor.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/ui/debug_panel.dartthat imports:package:riverpod_offline_sync/src/providers/connectivity_providers.dartthat imports:package:riverpod_offline_sync/src/providers/sync_providers.dartthat imports:package:riverpod_offline_sync/src/core/sync_metrics.dartthat imports:package:hive_flutter/hive_flutter.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:riverpod_offline_sync/riverpod_offline_sync.dartthat imports:package:riverpod_offline_sync/src/ui/debug_panel.dartthat imports:package:riverpod_offline_sync/src/providers/connectivity_providers.dartthat imports:package:riverpod_offline_sync/src/providers/sync_providers.dartthat imports:package:riverpod_offline_sync/src/utils/riverpod_extensions.dartthat imports:package:flutter_riverpod/flutter_riverpod.dartthat imports:package:flutter_riverpod/src/internals.dartthat imports:package:flutter_riverpod/src/core.dartthat imports:package:flutter_test/flutter_test.dartthat imports:package:flutter_test/src/widget_tester.dartthat imports:package:flutter_test/src/test_text_input.dartthat imports:package:flutter_test/src/test_text_input_key_handler.dartthat imports:package:flutter_test/src/binding.dartthat imports:package:flutter_test/src/platform.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: The import of 'package:riverpod_offline_sync/src/core/sync_layer.dart' is unnecessary because all of the used elements are also provided by the import of 'package:riverpod_offline_sync/riverpod_offline_sync.dart'.
lib/src/providers/sync_providers.dart:4:8
╷
4 │ import 'package:riverpod_offline_sync/src/core/sync_layer.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/providers/sync_providers.dart
INFO: The import of 'package:riverpod_offline_sync/src/core/sync_metrics.dart' is unnecessary because all of the used elements are also provided by the import of 'package:riverpod_offline_sync/riverpod_offline_sync.dart'.
lib/src/providers/sync_providers.dart:5:8
╷
5 │ import 'package:riverpod_offline_sync/src/core/sync_metrics.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/providers/sync_providers.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
^1.1.2 |
1.1.2 | 1.1.2 | |
cloud_firestore |
^6.0.0 |
6.6.0 | 6.6.0 | |
connectivity_plus |
^7.0.0 |
7.1.1 | 7.1.1 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
firebase_auth |
^6.0.0 |
6.5.4 | 6.5.4 | |
firebase_core |
^4.0.0 |
4.11.0 | 4.11.0 | |
firebase_storage |
^13.0.0 |
13.4.3 | 13.4.3 | |
flutter_riverpod |
^3.0.0 |
3.3.2 | 3.3.2 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
google_fonts |
^8.1.0 |
8.1.0 | 8.1.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
synchronized |
^3.4.0 |
3.4.1 | 3.4.1 | |
uuid |
^4.5.1 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 99.0.0 | 104.0.0 | |
_flutterfire_internals |
- | 1.3.73 | 1.3.73 | |
analyzer |
- | 12.1.0 | 14.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
cli_config |
- | 0.2.0 | 0.2.0 | |
cloud_firestore_platform_interface |
- | 8.0.3 | 8.0.3 | |
cloud_firestore_web |
- | 5.6.0 | 5.6.0 | |
code_assets |
- | 1.2.1 | 1.2.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 2.1.0 | 2.1.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
coverage |
- | 1.15.1 | 1.15.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dbus |
- | 0.7.14 | 0.7.14 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
firebase_auth_platform_interface |
- | 9.0.3 | 9.0.3 | |
firebase_auth_web |
- | 6.2.3 | 6.2.3 | |
firebase_core_platform_interface |
- | 7.1.0 | 7.1.0 | |
firebase_core_web |
- | 3.9.0 | 3.9.0 | |
firebase_storage_platform_interface |
- | 6.0.3 | 6.0.3 | |
firebase_storage_web |
- | 3.11.9 | 3.11.9 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 2.0.2 | 2.0.2 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
jni |
- | 1.0.0 | 1.0.0 | |
jni_flutter |
- | 1.0.1 | 1.0.1 | |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.19 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
mime |
- | 2.0.0 | 2.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
objective_c |
- | 9.4.1 | 9.4.1 | |
package_config |
- | 2.2.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.6 | 2.1.6 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.2 | 1.5.2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 0.6.0 | |
riverpod |
- | 3.3.2 | 3.3.2 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.31.0 | 1.31.1 | |
test_api |
- | 0.7.11 | 0.7.12 | |
test_core |
- | 0.6.17 | 0.6.18 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
vm_service |
- | 15.2.0 | 15.2.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 7.0.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.23.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.