I tried to run this project but stumbled upon this.
in Routes.dart:
if (settings.isInitialRoute) return child;
there is this error:
Compiler message:
lib/Routes.dart:37:18: Error: The getter 'isInitialRoute' isn't defined for the class 'RouteSettings'.
'RouteSettings' is from 'package:flutter/src/widgets/navigator.dart' ('/C:/fluttersdk/packages/flutter/lib/src/widgets/navigator.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isInitialRoute'.
if (settings.isInitialRoute) return child;
^^^^^^^^^^^^^^
I tried to run this project but stumbled upon this.
in Routes.dart:
there is this error:
Compiler message: lib/Routes.dart:37:18: Error: The getter 'isInitialRoute' isn't defined for the class 'RouteSettings'.