Closed andre-paraense closed 4 years ago
Merging #12 into master will not change coverage. The diff coverage is
100%
.
@@ 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.
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.