It is really simple to use unleash.
if(unleash.isEnabled("AwesomeFeature")) { //do some magic } else { //do old boring stuff }