Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6a434ab9
Unverified
Commit
6a434ab9
authored
Oct 22, 2020
by
Ian Hickson
Committed by
GitHub
Oct 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar and writing style for some of the Router documentation (#68513)
parent
dcc8ced8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
101 additions
and
109 deletions
+101
-109
router.dart
packages/flutter/lib/src/widgets/router.dart
+97
-103
router_test.dart
packages/flutter/test/widgets/router_test.dart
+4
-6
No files found.
packages/flutter/lib/src/widgets/router.dart
View file @
6a434ab9
This diff is collapsed.
Click to expand it.
packages/flutter/test/widgets/router_test.dart
View file @
6a434ab9
...
...
@@ -155,9 +155,8 @@ void main() {
}
on
AssertionError
catch
(
e
)
{
expect
(
e
.
message
,
'You must provide both routeInformationProvider and '
'routeInformationParser if this router parses route information. '
'Otheriwse, they should both be null.'
'Both routeInformationProvider and routeInformationParser must be provided if this router '
'parses route information. Otherwise, they should both be null.'
);
}
});
...
...
@@ -175,9 +174,8 @@ void main() {
}
on
AssertionError
catch
(
e
)
{
expect
(
e
.
message
,
'You must provide both routeInformationProvider and '
'routeInformationParser if this router parses route information. '
'Otheriwse, they should both be null.'
'Both routeInformationProvider and routeInformationParser must be provided if this router '
'parses route information. Otherwise, they should both be null.'
);
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment