andre-paraense / launchdarkly_flutter

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

Support for all flags #14

Closed andre-paraense closed 4 years ago

andre-paraense commented 4 years ago

Requirements

Related issues

Issue #13

Describe the solution you've provided

I have provided access to the Android allFlags() and the iOS allFlagsvalues methods in each LaunchDarkly SDKs over platform channels.

Describe alternatives you've considered

An alternative would have been the use of REST API calls. Not the direction being taken in this plugin, though.

Additional context

N/A

How to test?

Run the example app with your keys and give it a try! ;)

Future works

Provide support for the all flags listener.