Jonny Borges
Committed by GitHub

Merge pull request #1840 from gairick-saha/patch-2

Change with Get.log from print method
... ... @@ -14,7 +14,7 @@ class GetInformationParser extends RouteInformationParser<GetNavConfig> {
SynchronousFuture<GetNavConfig> parseRouteInformation(
RouteInformation routeInformation,
) {
print('GetInformationParser: route location: ${routeInformation.location}');
Get.log('GetInformationParser: route location: ${routeInformation.location}');
var location = routeInformation.location;
if (location == '/') {
//check if there is a corresponding page
... ...