local_first 0.8.2
local_first: ^0.8.2 copied to clipboard
Local-first solution 100% self hosted, for offline and live data sync between multiple devices with support for Hive, SQLite, websockets, etc.
We analyzed this package 10 days ago, and awarded it 150 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
207 out of 303 API elements (68.3 %) have documentation comments.
Some symbols that are missing documentation: local_first, local_first.BackupCrypto.BackupCrypto.new, local_first.BackupData.BackupData.fromJson, local_first.BackupData.BackupData.new, local_first.BackupData.toJson.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:local_first/local_first.dartthat imports:package:local_first/src/backup/backup_crypto.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Use the null-aware marker '?' rather than a null check via an 'if'.
lib/src/data_sources/in_memory_local_first_storage.dart:738:38
╷
738 │ final merged = <String, dynamic>{if (data != null) ...data, ...meta};
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data_sources/in_memory_local_first_storage.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.