Closed Laimiux closed 3 months ago
Class | Covered | Meta | Status |
---|---|---|---|
com/instacart/formula/android/FragmentFlowStore |
100% | 0% | :white_check_mark: |
com/instacart/formula/android/FragmentStoreBuilder |
100% | 0% | :white_check_mark: |
com/instacart/formula/android/internal/FeatureBinding |
100% | 0% | :white_check_mark: |
com/instacart/formula/android/internal/FragmentFlowStoreFormula |
80% | 0% | :white_check_mark: |
com/instacart/formula/android/internal/MappedFeatureFactory |
100% | 0% | :white_check_mark: |
Generated by :no_entry_sign: Danger
What
Removing
FlowFactory
andFlow
because it's a rarely used feature and it's not built well. Instead, if this functionality is needed, it should be built outside theformula-android
module.FragmentFlowStoreFormula
and moved most logic fromFragmentFlowStore
thereBindings
,Binding
andCompositeBinding
classes