flipper icon indicating copy to clipboard operation
flipper copied to clipboard

Flipper is a simple and useful tool to deal with feature toggles

Results 3 flipper issues
Sort by recently updated
recently updated
newest added

I think the usability of the library can be improved if you change ``` abstract class Feature { abstract val id: String } ``` to ``` abstract class FeatureNew(internal val...

Hey! New to the project, but I think the version mentioned in adding this project to the gradle config is 1.0.6 while the latest release is 2.0.1 Something that should...

It would be great to have the ability to simply create complex flipper configs compositions. We have three configs (in order of priority): 1. `debug` - configured from in-app debug...

enhancement