andre-paraense / launchdarkly_flutter

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

Real time updates #12

Closed andre-paraense closed 4 years ago

andre-paraense commented 4 years ago

Requirements

Related issues

Issue #11

Describe the solution you've provided

I have added support for real time updates for a unique flag.

Describe alternatives you've considered

No alternatives, in this case all we had to do was build platform channels for Android and iOS SDK. Well, we could have done it via REST API calls, but not the direction in this plugin.

Additional context

No other context.

How to test?

Run the example app with your keys and test it.

Future works

Provide access to all feature flags as part of the same issue #11.

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #12   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          15     38   +23     
=====================================
+ Hits           15     38   +23
Impacted Files Coverage Δ
lib/launchdarkly_flutter.dart 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6e1cc5...7e9238c. Read the comment docs.