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
Jonny Borges
2020-09-29 20:17:07 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-29 20:17:07 -0300
Commit
a91262e5e58aaaaf5cb9852f29f9e2d6331dc587
a91262e5
1 parent
dd35c4e9
Update route_manager.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
getx/lib/route_manager.dart
getx/lib/route_manager.dart
View file @
a91262e
1
-
library
get
;
1
+
///Get Navigator allows you to navigate routes, open snackbars,
2
+
///dialogs and bottomsheets easily, and without the need for context.
3
+
library
route_manager
;
2
4
3
export
'package:get_navigation/get_navigation.dart'
;
5
export
'package:get_navigation/get_navigation.dart'
;
Please
register
or
login
to post a comment