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-08-21 03:00:14 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-08-21 03:00:14 -0300
Commit
ce01b20b235fd85664cc887e557f9beda58d7cfe
ce01b20b
2 parents
f8744c88
f427dce2
Merge pull request #482 from tony-asu/patch-1
Update route_management.md
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
docs/en_US/route_management.md
docs/es_ES/route_management.md
docs/en_US/route_management.md
View file @
ce01b20
@@ -476,7 +476,7 @@ Get.bottomSheet(
@@ -476,7 +476,7 @@ Get.bottomSheet(
476
),
476
),
477
],
477
],
478
),
478
),
479
-
)
;
479
+
)
480
);
480
);
481
```
481
```
482
482
docs/es_ES/route_management.md
View file @
ce01b20
@@ -476,7 +476,7 @@ Get.bottomSheet(
@@ -476,7 +476,7 @@ Get.bottomSheet(
476
),
476
),
477
],
477
],
478
),
478
),
479
-
)
;
479
+
)
480
);
480
);
481
```
481
```
482
482
Please
register
or
login
to post a comment