Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de233c commit b53bcddCopy full SHA for b53bcdd
lib/core/route/app_route.dart
@@ -1,7 +1,7 @@
1
import 'package:flutter/material.dart';
2
3
class AppRoute {
4
- static Route<dynamic> generateRoute(RouteSettings settings) {
+ static Route<dynamic> onGenerateRoute(RouteSettings settings) {
5
Map<String, dynamic>? arguments;
6
if (settings.arguments is Map<String, dynamic>?) {
7
arguments = settings.arguments as Map<String, dynamic>?;
0 commit comments