Skip to content

Commit

Permalink
Merge 00875ed into 9e195cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanow committed Jun 14, 2021
2 parents 9e195cc + 00875ed commit 6ad9f31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
@@ -1,6 +1,9 @@
import 'package:flutter_modular/flutter_modular.dart';

class GuardT extends RouteGuard {
String? guardedRoute;
GuardT({this.guardedRoute}) : super(guardedRoute);

@override
Future<bool> canActivate(String path, ModularRoute router) async {
print(Modular.args);
Expand Down
Expand Up @@ -2,6 +2,8 @@
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"


Expand Down
Expand Up @@ -2,6 +2,8 @@
// Generated file. Do not edit.
//

// clang-format off

#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_

Expand Down

0 comments on commit 6ad9f31

Please sign in to comment.