HassamSheikh

🛡️ Production-hardened, high-performance sync engine for Dart & Flutter. Built for 50k+ writes/sec, delta-pulls, and zero-jank offline-first reliability.

12
0
100% credibility
Found Mar 27, 2026 at 12 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Dart
AI Summary

dynos_sync is an offline-first synchronization engine for Dart and Flutter applications that handles local writes, queuing, delta pulls, and conflict resolution between local databases and remote backends.

How It Works

1
🔍 Discover the sync tool

You find a helpful tool that lets your mobile app save data even without internet and sync it later.

2
📱 Add it to your app

You simply include the tool in your app project so it's ready to use.

3
đź”— Connect your storages

You link your app's local notebook for saving data and your online service for sharing it.

4
đź“‹ Choose what to sync

You pick the types of information, like workout logs or notes, that should stay in sync across devices.

5
✍️ Save and change data

Whenever you add, update, or delete something in the app, it saves instantly locally and prepares to update online too.

6
🔄 Sync everything smoothly

On app start or when online, it smartly matches up only the changes, fixing any mix-ups automatically.

âś… App works anywhere

Now your app feels fast and reliable offline, with all data perfectly synced when you reconnect—no worries about losing anything.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 12 to 12 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is dynos-sync?

dynos-sync is a production-hardened sync engine built for Dart and Flutter apps needing offline-first reliability. It handles writes locally first, queues them for the remote backend like Supabase, and performs delta-pulls to fetch only changes since last sync—targeting 50k+ writes/sec with zero-jank performance via background isolates. Developers get atomic local writes, automatic conflict resolution, and events for UI feedback, plugging into Drift for local storage.

Why is it gaining traction?

It stands out with high-performance features like batch pushes, exponential backoff retries, PII redaction, and row-level security checks, all passing a 140-test security audit for HIPAA/GDPR compliance. Delta-pulls skip unchanged tables using remote timestamps, minimizing data transfer, while runtime table registration and logout wipes ensure flexibility without custom boilerplate. The bundled Drift and Supabase adapters make setup dead simple for common stacks.

Who should use this?

Flutter devs building mobile apps with offline data needs, like fitness trackers syncing workouts or task managers handling spotty connections. Ideal for teams using Drift SQLite locally and Supabase remotely, especially those dealing with user-owned data requiring RLS and conflict strategies beyond last-write-wins.

Verdict

With 12 stars and 1.0% credibility score, this v0.1.5 package is early-stage but packs solid docs, benchmarks, and a security audit—worth prototyping if your Dart/Flutter app matches the Drift/Supabase stack. Skip for production without more real-world usage.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.