Non-official Flutter plugin for Theorem Reach. Feel free to help :)
Initialize the TheoremReach plugin with an API token and an User ID.
FlutterTheoremreach().init(apiToken: 'yourtoken', userId: 'youruserid');
FlutterTheoremreach().show();
Set Navigation Bar text
FlutterTheoremreach().setNavBarText(text: 'yourtext');
Set Navigation Bar color
FlutterTheoremreach().setNavBarColor(color: 'hexcolor');
Set Navigation Bar text color
FlutterTheoremreach().setNavBarTextColor(textColor: 'hexcolor');