Skip to content

Commit

Permalink
Add needed paramenters in the readme use case
Browse files Browse the repository at this point in the history
  • Loading branch information
WladmirJunior committed Sep 13, 2022
1 parent 7463d67 commit a0c9a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class MyApp extends StatelessWidget {
title: 'Nuvigator App',
builder: Nuvigator.routes(
initialRoute: 'home',
screenType: materialScreenType,
routes: [
NuRouteBuilder(path: 'home', builder: (_, __, ___) => HomeScreen()),
NuRouteBuilder(path: 'second', builder: (_, __, ___) => SecondScreen()),
Expand Down
1 change: 1 addition & 0 deletions README_PT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class MyApp extends StatelessWidget {
title: 'Nuvigator App',
builder: Nuvigator.routes(
initialRoute: 'home',
screenType: materialScreenType,
routes: [
NuRouteBuilder(path: 'home', builder: (_, __, ___) => HomeScreen()),
NuRouteBuilder(path: 'second', builder: (_, __, ___) => SecondScreen()),
Expand Down
1 change: 1 addition & 0 deletions doc/next_PT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class MyApp extends StatelessWidget {
title: 'Nuvigator App',
builder: Nuvigator.routes(
initialRoute: 'home',
screenType: materialScreenType,
routes: [
NuRouteBuilder(path: 'home', builder: (_, __, ___) => HomeScreen()),
NuRouteBuilder(path: 'second', builder: (_, __, ___) => SecondScreen()),
Expand Down

0 comments on commit a0c9a22

Please sign in to comment.