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
Aaryanna Simonelli
2021-02-22 16:46:40 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5714f7c303e68baaa6f245da7b20103b4a7ead4b
5714f7c3
1 parent
8f723fc1
fix: corrected spelling of welcome
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/routes/route_middleware.dart
lib/get_navigation/src/routes/route_middleware.dart
View file @
5714f7c
...
...
@@ -38,7 +38,7 @@ abstract class _RouteMiddleware {
/// ```dart
/// GetPage onPageCalled(GetPage page) {
/// final authService = Get.find<AuthService>();
/// return page.copyWith(title: 'Wel
l
come ${authService.UserName}');
/// return page.copyWith(title: 'Welcome ${authService.UserName}');
/// }
/// ```
/// {@end-tool}
...
...
Please
register
or
login
to post a comment