andre-paraense / launchdarkly_flutter

A LaunchDarkly Flutter SDK
GNU Lesser General Public License v3.0
4 stars 5 forks source link

All flags listener #16

Closed andre-paraense closed 4 years ago

andre-paraense commented 4 years ago

Requirements

Related issues

Issue #15 .

Describe the solution you've provided

I have provided access to the all flags listener in the Android SDK and iOS SDK through platform channel implementations.

Describe alternatives you've considered

An alternative would have been to provide this through REST API channels, but this is not the way things have been done in this plugin - preferring to go with platform channels here.

Additional context

N/A

How to test?

Run the example app with your keys and have a go.

Future works

No more in this direction! :)