launchdarkly / flutter-client-sdk

LaunchDarkly Client-side SDK for Flutter mobile applications
Other
15 stars 17 forks source link

fix: Flutter client should depend only on common client. #113

Closed kinyoklion closed 7 months ago

kinyoklion commented 7 months ago

I noticed the flutter SDK directly depended on common. This was because common client was missing some re-exports. This fixes that. So I will release the patch of common client after merging this. Then do the final version number updates.