File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
22import 'package:minimal/pages/pages.dart' ;
33import 'package:minimal/routes.dart' ;
4- import 'package:navigation_utils/navigation_utils.dart' ;
54import 'package:responsive_framework/responsive_framework.dart' ;
65
6+ import 'utils/conditional_route_widget.dart' ;
7+
78void main () {
89 runApp (const MyApp ());
910}
Original file line number Diff line number Diff line change @@ -14,16 +14,15 @@ dependencies:
1414 path : ../
1515 # Uncomment to build standalone project.
1616 # responsive_framework: ^1.0.0
17- navigation_utils : ^0.1.0
18- google_fonts : ^5.0.0
19- animations : ^2.0.7
17+ google_fonts : ^5.1.0
18+ animations : ^2.0.8
2019 loading_gifs : ^0.3.0
2120
2221dev_dependencies :
2322 flutter_test :
2423 sdk : flutter
25- flutter_launcher_icons : ^0.12.0
26- flutter_lints : ^2.0.1
24+ flutter_launcher_icons : ^0.13.1
25+ flutter_lints : ^2.0.3
2726
2827flutter_icons :
2928 android : true
You can’t perform that action at this time.
0 commit comments