Skip to content

Commit f857931

Browse files
authored
feat: Update common-client library to 1.8.0 (#237)
BEGIN_COMMIT_OVERRIDE feat: Update to launchdarkly_common_client 1.8.0 feat: Add support for ping stream. fix: Expose polling configuration type. END_COMMIT_OVERRIDE <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Expose `PollingConfig` in the Flutter SDK public API and bump `launchdarkly_common_client` to 1.8.0. > > - **API surface**: > - Export `PollingConfig` from `launchdarkly_common_client` in `packages/flutter_client_sdk/lib/launchdarkly_flutter_client_sdk.dart`. > - **Dependencies**: > - Bump `launchdarkly_common_client` to `1.8.0` in `packages/flutter_client_sdk/pubspec.yaml`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 318769d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 74a9c7d commit f857931

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/flutter_client_sdk/lib/launchdarkly_flutter_client_sdk.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export 'package:launchdarkly_common_client/launchdarkly_common_client.dart'
5454
PluginSdkMetadata,
5555
PluginCredentialInfo,
5656
PluginEnvironmentMetadata,
57-
PluginMetadata;
57+
PluginMetadata,
58+
PollingConfig;
5859

5960
export 'src/ld_client.dart' show LDClient;
6061
export 'src/config/ld_config.dart' show LDConfig, ApplicationEvents;

packages/flutter_client_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
sdk: flutter
1414
package_info_plus: ">=4.2.0 <10.0.0"
1515
device_info_plus: ">=9.1.1 <13.0.0"
16-
launchdarkly_common_client: 1.7.0
16+
launchdarkly_common_client: 1.8.0
1717
shared_preferences: ^2.2.2
1818
connectivity_plus: ">=5.0.2 <8.0.0"
1919
web: ^1.1.1

0 commit comments

Comments
 (0)