Navigation Mobile - STB1019/Flutter-AppRing GitHub Wiki
Quick tips
How to add new route?
Go into lib\skeleton\base.dart
, add a new statement into BaseRoute
constructor, with this syntax:
route.addVoice=IndexVoiceBLOC(_route name --String--_,_label name --String--,_Page builder --Widget--_)