Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-03-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`realtime_client` - `v2.7.2`](#realtime_client---v272)
- [`supabase` - `v2.10.5`](#supabase---v2105)
- [`supabase_flutter` - `v2.12.3`](#supabase_flutter---v2123)

---

#### `realtime_client` - `v2.7.2`

- **FIX**(realtime): prevent null check crash in connect() during rapid lifecycle transitions ([#1321](https://github.com/supabase/supabase-flutter/issues/1321)). ([61f7cd1c](https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d))

#### `supabase` - `v2.10.5`

- **FIX**(realtime): prevent null check crash in connect() during rapid lifecycle transitions ([#1321](https://github.com/supabase/supabase-flutter/issues/1321)). ([61f7cd1c](https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d))

#### `supabase_flutter` - `v2.12.3`

- **FIX**(realtime): prevent null check crash in connect() during rapid lifecycle transitions ([#1321](https://github.com/supabase/supabase-flutter/issues/1321)). ([61f7cd1c](https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d))


## 2026-03-25

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/realtime_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.2

- **FIX**(realtime): prevent null check crash in connect() during rapid lifecycle transitions ([#1321](https://github.com/supabase/supabase-flutter/issues/1321)). ([61f7cd1c](https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d))

## 2.7.1

- **FIX**(realtime): add explicit type cast to fix web hot restart TypeError ([#1308](https://github.com/supabase/supabase-flutter/issues/1308)). ([bfa480a1](https://github.com/supabase/supabase-flutter/commit/bfa480a1417ffa288ae3ae39bc62cd7e5a90da05))
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime_client/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '2.7.1';
const version = '2.7.2';
2 changes: 1 addition & 1 deletion packages/realtime_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: realtime_client
description: Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.
version: 2.7.1
version: 2.7.2
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/realtime_client'
documentation: 'https://supabase.com/docs/reference/dart/subscribe'
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.10.5

- **FIX**(realtime): prevent null check crash in connect() during rapid lifecycle transitions ([#1321](https://github.com/supabase/supabase-flutter/issues/1321)). ([61f7cd1c](https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d))

## 2.10.4

- **FIX**(storage): make dedicated storage host opt-in via useNewHostname flag ([#1329](https://github.com/supabase/supabase-flutter/issues/1329)). ([a6640823](https://github.com/supabase/supabase-flutter/commit/a66408231ac3451c7b761425d3609908fa9394bd))
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '2.10.4';
const version = '2.10.5';
4 changes: 2 additions & 2 deletions packages/supabase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase
description: A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
version: 2.10.4
version: 2.10.5
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
documentation: 'https://supabase.com/docs/reference/dart/introduction'
Expand All @@ -13,7 +13,7 @@ dependencies:
gotrue: 2.19.0
http: '>=0.13.5 <2.0.0'
postgrest: 2.6.0
realtime_client: 2.7.1
realtime_client: 2.7.2
storage_client: 2.5.1
rxdart: '>=0.27.5 <0.29.0'
yet_another_json_isolate: 2.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.12.3

- **FIX**(realtime): prevent null check crash in connect() during rapid lifecycle transitions ([#1321](https://github.com/supabase/supabase-flutter/issues/1321)). ([61f7cd1c](https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d))

## 2.12.2

- Update a dependency to the latest release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ import FlutterMacOS
import Foundation

import app_links
import path_provider_foundation
import shared_preferences_foundation
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}
2 changes: 1 addition & 1 deletion packages/supabase_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^2.12.2
supabase_flutter: ^2.12.3

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '2.12.2';
const version = '2.12.3';
4 changes: 2 additions & 2 deletions packages/supabase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase_flutter
description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
version: 2.12.2
version: 2.12.3
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
documentation: 'https://supabase.com/docs/reference/dart/introduction'
Expand All @@ -17,7 +17,7 @@ dependencies:
sdk: flutter
http: '>=0.13.4 <2.0.0'
meta: ^1.7.0
supabase: 2.10.4
supabase: 2.10.5
url_launcher: ^6.1.2
path_provider: ^2.0.0
shared_preferences: ^2.0.0
Expand Down
Loading