Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ahmed Fwela
2021-07-22 17:03:43 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59acf90791b068ed029e6b556520b1d6e05e8756
59acf907
1 parent
e5532a3b
change GetNavConfig log
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/nav2/get_nav_config.dart
lib/get_navigation/src/nav2/get_nav_config.dart
View file @
59acf90
...
...
@@ -56,5 +56,5 @@ class GetNavConfig extends RouteInformation {
@override
String
toString
()
=>
'''
======GetNavConfig=====
\n
currentTreeBranch:
$currentTreeBranch
\n
currentPage:
$currentPage
\n
======GetNavConfig====='''
;
======GetNavConfig=====
\n
location:
$location
\n
currentTreeBranch:
$currentTreeBranch
\n
======GetNavConfig====='''
;
}
...
...
Please
register
or
login
to post a comment