tether_libs 1.4.27 copy "tether_libs: ^1.4.27" to clipboard
tether_libs: ^1.4.27 copied to clipboard

A library of Dart code for Tether, including database models, client managers, and more.

Tether Libs #

Tether Libs is the runtime library package for Flutter Tether, providing the core functionality needed to build robust Flutter applications with Supabase integration, local SQLite caching, and powerful data management capabilities.

See the Tether documentation for more details on how to use this package effectively.

Check the core library tether for code generation.

Pub Version License

🎯 Purpose #

This package contains the runtime components that power applications built with the Tether code generator. It provides:

  • Client Managers - High-level interfaces for data operations with automatic local caching
  • Real-time Synchronization - Seamless Supabase real-time subscription management
  • Authentication Management - Complete auth flow with profile handling
  • Background Services - Persistent job queue for background processing
  • Utilities - Helper classes for common operations

📦 Installation #

dependencies:
  tether_libs: ^1.0.0
  # Required peer dependencies
  supabase_flutter: ^2.9.0
  sqlite_async: ^0.11.5
  flutter_background_service: ^5.1.0  # Optional: for background services
0
likes
120
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

A library of Dart code for Tether, including database models, client managers, and more.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, flutter, flutter_background_service, intl, logging, meta, recase, rxdart, sqlite_async, supabase_flutter

More

Packages that depend on tether_libs