File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import 'dart:io' ;
2
2
import 'dart:async' ;
3
3
import 'package:fimber/fimber.dart' ;
4
- import 'package:fluro/fluro.dart' ;
4
+ import 'package:fluro/fluro.dart' as fluro ;
5
5
import 'package:flutter/cupertino.dart' ;
6
6
import 'package:flutter/material.dart' ;
7
7
import 'package:git_touch/utils/utils.dart' ;
@@ -135,7 +135,7 @@ class ThemeModel with ChangeNotifier {
135
135
notifyListeners ();
136
136
}
137
137
138
- final router = Router ();
138
+ final router = fluro. Router ();
139
139
140
140
final paletteLight = Palette (
141
141
primary: PrimerColors .blue500,
@@ -200,8 +200,8 @@ class ThemeModel with ChangeNotifier {
200
200
context,
201
201
url,
202
202
transition: theme == AppThemeType .cupertino
203
- ? TransitionType .cupertino
204
- : TransitionType .material,
203
+ ? fluro. TransitionType .cupertino
204
+ : fluro. TransitionType .material,
205
205
replace: replace,
206
206
);
207
207
} else {
You can’t perform that action at this time.
0 commit comments