instacart / formula

A functional reactive framework for managing state and side effects based on RxJava.
https://instacart.github.io/formula/
BSD 3-Clause Clear License
151 stars 14 forks source link

Removing FlowFactory and Flow. #380

Closed Laimiux closed 3 months ago

Laimiux commented 3 months ago

What

Removing FlowFactory and Flow because it's a rarely used feature and it's not built well. Instead, if this functionality is needed, it should be built outside the formula-android module.

carrotkite commented 3 months ago

JaCoCo Code Coverage 88.59% :white_check_mark:

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