Skip to content

Commit 6f4ae80

Browse files
chore(main): release 4.20.0
1 parent f01ba42 commit 6f4ae80

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.8.1","packages/common_client":"1.14.0","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.19.0"}
1+
{"packages/common":"1.8.1","packages/common_client":"1.14.0","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.20.0"}

packages/flutter_client_sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the LaunchDarkly Flutter client-side SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [4.20.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.19.0...4.20.0) (2026-06-29)
6+
7+
8+
### Features
9+
10+
* Add experimental support for data-saving mode (FDv2). ([#314](https://github.com/launchdarkly/flutter-client-sdk/issues/314)) ([c2f9216](https://github.com/launchdarkly/flutter-client-sdk/commit/c2f9216b3e7dc30f1b0f00c18b680aa32d41a91d))
11+
* Update launchdarkly_common_client to version 1.14.0 ([#320](https://github.com/launchdarkly/flutter-client-sdk/issues/320)) ([2144c78](https://github.com/launchdarkly/flutter-client-sdk/commit/2144c785f5050cbabd421478219f4b5cd7a935a1))
12+
513
## [4.19.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.18.1...4.19.0) (2026-06-10)
614

715

packages/flutter_client_sdk/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
# This defaults to a published package. Using `flutter pub get` will get the package from pub.dev
3434
# If you run `melos bs` in the root of the repository, then it will be linked to the local version
3535
# instead.
36-
launchdarkly_flutter_client_sdk: 4.19.0 # x-release-please-version
36+
launchdarkly_flutter_client_sdk: 4.20.0 # x-release-please-version
3737

3838
# The following adds the Cupertino Icons font to your application.
3939
# Use with the CupertinoIcons class for iOS style icons.

packages/flutter_client_sdk/lib/src/ld_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'platform_env_reporter.dart';
99
import 'plugin.dart';
1010

1111
const sdkName = 'FlutterClientSdk';
12-
const sdkVersion = '4.19.0'; // x-release-please-version
12+
const sdkVersion = '4.20.0'; // x-release-please-version
1313

1414
/// The main interface for the LaunchDarkly Flutter SDK.
1515
///

packages/flutter_client_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_flutter_client_sdk
22
description: Official Flutter client-side SDK for LaunchDarkly. Get started using LaunchDarkly today!
3-
version: 4.19.0
3+
version: 4.20.0
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk
66

0 commit comments

Comments
 (0)