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
4bc70c9e
Commit
4bc70c9e
authored
Aug 29, 2016
by
Chris Bracken
Committed by
GitHub
Aug 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor misspellings in comments. (#5641)
parent
4db096ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pesto_test.dart
examples/flutter_gallery/test/pesto_test.dart
+1
-1
main.dart
examples/hello_services/lib/main.dart
+1
-1
No files found.
examples/flutter_gallery/test/pesto_test.dart
View file @
4bc70c9e
...
...
@@ -55,7 +55,7 @@ void main() {
// Regression test for https://github.com/flutter/flutter/pull/5168
testWidgets
(
'Pesto appbar heroics'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
// The bug only manifests itself when the screen's orientation is portait
// The bug only manifests itself when the screen's orientation is port
r
ait
new
Center
(
child:
new
SizedBox
(
width:
400.0
,
...
...
examples/hello_services/lib/main.dart
View file @
4bc70c9e
...
...
@@ -52,7 +52,7 @@ class _HelloServicesState extends State<HelloServices> {
final
Map
<
String
,
dynamic
>
reply
=
await
HostMessages
.
sendJSON
(
'getLocation'
,
message
);
// If the widget was removed from the tree while the message was in flight,
// we want to discard the reply rather than calling setState to update our
// non-exist
a
nt appearance.
// non-exist
e
nt appearance.
if
(!
mounted
)
return
;
setState
(()
{
...
...
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