Skip to content

Commit f38ce0d

Browse files
chore(main): release 4.12.0 (#224)
🤖 I have created a release *beep* *boop* --- ## [4.12.0](4.11.2...4.12.0) (2025-09-15) ### Features * Add experimental plugin support. ([#225](#225)) ([5bd9ce7](5bd9ce7)) * Add hook support and experimental plugin support. ([#228](#228)) ([b698905](b698905)) * Add support for hooks. ([#220](#220)) ([6e7a26d](6e7a26d)) * Update version constraints for device_info_plus to allow using 12.x. ([9b5f530](9b5f530)) * Update version constraints for package_info_plus to allow using 9.x. ([9b5f530](9b5f530)) ### Bug Fixes * Change hook data values to `dynamic` from `LDValue`. ([d7720f3](d7720f3)) * Export required plugin meta-data types. ([d7720f3](d7720f3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Ryan Lamb <[email protected]>
1 parent dc2a4fb commit f38ce0d

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.6.1","packages/common_client":"1.7.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.11.2"}
1+
{"packages/common":"1.6.1","packages/common_client":"1.7.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.12.0"}

packages/flutter_client_sdk/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.12.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.11.2...4.12.0) (2025-09-15)
6+
7+
8+
### Features
9+
10+
* Add experimental plugin support. ([#225](https://github.com/launchdarkly/flutter-client-sdk/issues/225)) ([5bd9ce7](https://github.com/launchdarkly/flutter-client-sdk/commit/5bd9ce7035d4e0d6e56f8d2193c103a46bc8040e))
11+
* Add hook support and experimental plugin support. ([#228](https://github.com/launchdarkly/flutter-client-sdk/issues/228)) ([b698905](https://github.com/launchdarkly/flutter-client-sdk/commit/b69890584945c5dd528f509061d430ff3fe0b180))
12+
* Add support for hooks. ([#220](https://github.com/launchdarkly/flutter-client-sdk/issues/220)) ([6e7a26d](https://github.com/launchdarkly/flutter-client-sdk/commit/6e7a26da6407afbf28f3ff2599ef35b536cd2db5))
13+
* Update version constraints for device_info_plus to allow using 12.x. ([9b5f530](https://github.com/launchdarkly/flutter-client-sdk/commit/9b5f530abd7a03129c2d4a8238a013412cca4f4f))
14+
* Update version constraints for package_info_plus to allow using 9.x. ([9b5f530](https://github.com/launchdarkly/flutter-client-sdk/commit/9b5f530abd7a03129c2d4a8238a013412cca4f4f))
15+
16+
17+
### Bug Fixes
18+
19+
* Change hook data values to `dynamic` from `LDValue`. ([d7720f3](https://github.com/launchdarkly/flutter-client-sdk/commit/d7720f3091cf31ed276a00a9a20dcf34b5dc7f28))
20+
* Export required plugin meta-data types. ([d7720f3](https://github.com/launchdarkly/flutter-client-sdk/commit/d7720f3091cf31ed276a00a9a20dcf34b5dc7f28))
21+
522
## [4.11.2](https://github.com/launchdarkly/flutter-client-sdk/compare/4.11.1...4.11.2) (2025-09-03)
623

724

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.11.2 # x-release-please-version
36+
launchdarkly_flutter_client_sdk: 4.12.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
@@ -8,7 +8,7 @@ import 'persistence/shared_preferences_persistence.dart';
88
import 'platform_env_reporter.dart';
99

1010
const sdkName = 'FlutterClientSdk';
11-
const sdkVersion = '4.11.2'; // x-release-please-version
11+
const sdkVersion = '4.12.0'; // x-release-please-version
1212

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

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.11.2
3+
version: 4.12.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)