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-02-13 22:25:00 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-02-13 22:25:00 -0300
Commit
fca7821e1042696af2cf91ff9a3b5c974541e6d6
fca7821e
1 parent
57d07c66
Update snack_route.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/snack_route.dart
lib/src/snack_route.dart
View file @
fca7821
...
...
@@ -392,6 +392,6 @@ SnackRoute showSnack<T>({@required GetBar snack}) {
return
SnackRoute
<
T
>(
snack:
snack
,
settings:
RouteSettings
(
name:
"
getroute
"
),
settings:
RouteSettings
(
name:
"
snackbar
"
),
);
}
...
...
Please
register
or
login
to post a comment