seamless_data_sync 0.0.12 copy "seamless_data_sync: ^0.0.12" to clipboard
seamless_data_sync: ^0.0.12 copied to clipboard

Flutter package designed to handle data synchronization between local storage and remote servers in offline-first applications. It provides seamless sync capabilities with conflict resolution, ensurin [...]

140/ 160
pub points
2
downloads

We analyzed this package 21 days ago, and awarded it 140 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

3 out of 13 API elements (23.1 %) have documentation comments.

Some symbols that are missing documentation: seamless_data_sync, seamless_data_sync.SeamlessDataManager, seamless_data_sync.SeamlessDataManager.SeamlessDataManager.new, seamless_data_sync.SeamlessDataManager.conflictResolutionStrategy, seamless_data_sync.SeamlessDataManager.dispose.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:seamless_data_sync/seamless_data_sync.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:seamless_data_sync/seamless_data_sync.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:seamless_data_sync/seamless_data_sync.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:seamless_data_sync/seamless_data_sync.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/seamless_data_sync/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
connectivity_plus ^6.0.5 6.1.5 7.0.0
http ^1.2.2 1.6.0 1.6.0
mockito ^5.4.4 5.6.1 5.6.1
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
sqflite ^2.3.3+1 2.4.2 2.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 92.0.0 92.0.0
analyzer - 9.0.0 9.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
build - 4.0.3 4.0.3
built_collection - 5.1.1 5.1.1
built_value - 8.12.1 8.12.1
characters - 1.4.0 1.4.1
code_builder - 4.11.0 4.11.0
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dart_style - 3.1.3 3.1.3
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
nm - 0.5.0 0.5.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
pub_semver - 2.2.0 2.2.0
source_gen - 4.1.1 4.1.1
source_span - 1.10.1 1.10.1
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.8 0.7.8
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
watcher - 1.2.0 1.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^6.0.5` on connectivity_plus does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package designed to handle data synchronization between local storage and remote servers in offline-first applications. It provides seamless sync capabilities with conflict resolution, ensuring that users can work offline and have their data automatically synced once they regain connectivity

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, mockito, plugin_platform_interface, sqflite

More

Packages that depend on seamless_data_sync

Packages that implement seamless_data_sync