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-05-27 17:16:37 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bbee828a277a3de4f1d434f31fd93adb55e06857
bbee828a
1 parent
07ad5d7f
WIP
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
example_nav2/lib/main.dart
example_nav2/lib/main.dart
0 → 100644
View file @
bbee828
import
'package:flutter/material.dart'
;
import
'package:get/get.dart'
;
import
'package:get/get_navigation/src/nav2/get_router_delegate.dart'
;
import
'app/routes/app_pages.dart'
;
void
main
(
)
{
runApp
(
GetMaterialApp
.
router
(
title:
"Application"
,
getPages:
AppPages
.
routes
,
routeInformationParser:
GetInformationParser
(),
routerDelegate:
GetDelegate
(),
),
);
}
...
...
Please
register
or
login
to post a comment