brick_offline_first_with_supabase 2.1.0
brick_offline_first_with_supabase: ^2.1.0 copied to clipboard
A Brick domain that routes data fetching through local providers before a Supabase provider.
2.1.0 #
- Use
SupabaseProvider#subscribeToRealtimeto generate the channel used byOfflineFirstWithSupabaseRepository#subscribeToRealtime - Swallow
AuthRetryableFetchExceptionfor non-online requests - Breaking Change protected method
OfflineFirstWithSupabaseRepository#queryToPostgresChangeFilterhas been moved toSupabaseProvider#queryToPostgresChangeFilter. Implementations should override this method inSupabaseProviderinstead.
2.0.0 #
- Dart minimum SDK is updated to
3.4.0 - All dependency restrictions are updated to include the minimum released version.
1.3.0 #
- If a model requested in a realtime subscription has an association, an extra fetch is performed (#514)
1.2.0 #
- Upgrade
brick_coreto1.3.0 - Update analysis to modern lints
1.1.2 #
- Support a custom database path when creating the cache manager (#490)
1.1.1 #
- Allow a generic type argument for
OfflineFirstWithSupabaseRepository
1.1.0 #
- Added
OfflineFirstWithSupabaseRepository#subscribeToRealtimeto sync Brick data with Supabase changes (#472, #454)
1.0.0 #
- Stable release
0.1.0 #
- Alpha release
0.0.1 #
- Initial