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
f9374fe0
Unverified
Commit
f9374fe0
authored
Nov 08, 2018
by
Ian Hickson
Committed by
GitHub
Nov 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the URL to the recommend bug report (#23708)
We have templates now.
parent
8b751d81
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
+12
-12
update_dart_sdk.sh
bin/internal/update_dart_sdk.sh
+1
-1
app.dart
examples/flutter_gallery/lib/gallery/app.dart
+1
-1
assertions.dart
packages/flutter/lib/src/foundation/assertions.dart
+1
-1
box.dart
packages/flutter/lib/src/rendering/box.dart
+2
-2
flex.dart
packages/flutter/lib/src/rendering/flex.dart
+1
-1
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+1
-1
error_reporting_test.dart
packages/flutter/test/foundation/error_reporting_test.dart
+3
-3
README.md
packages/flutter_localizations/lib/src/l10n/README.md
+1
-1
android_device.dart
packages/flutter_tools/lib/src/android/android_device.dart
+1
-1
No files found.
bin/internal/update_dart_sdk.sh
View file @
f9374fe0
...
@@ -64,7 +64,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t
...
@@ -64,7 +64,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t
echo
echo
echo
"It appears that the downloaded file is corrupt; please try the operation again later."
echo
"It appears that the downloaded file is corrupt; please try the operation again later."
echo
"If this problem persists, please report the problem at"
echo
"If this problem persists, please report the problem at"
echo
"https://github.com/flutter/flutter/issues/new"
echo
"https://github.com/flutter/flutter/issues/new
?template=ACTIVATION.md
"
echo
echo
rm
-f
--
"
$DART_SDK_ZIP
"
rm
-f
--
"
$DART_SDK_ZIP
"
exit
1
exit
1
...
...
examples/flutter_gallery/lib/gallery/app.dart
View file @
f9374fe0
...
@@ -114,7 +114,7 @@ class _GalleryAppState extends State<GalleryApp> {
...
@@ -114,7 +114,7 @@ class _GalleryAppState extends State<GalleryApp> {
options:
_options
,
options:
_options
,
onOptionsChanged:
_handleOptionsChanged
,
onOptionsChanged:
_handleOptionsChanged
,
onSendFeedback:
widget
.
onSendFeedback
??
()
{
onSendFeedback:
widget
.
onSendFeedback
??
()
{
launch
(
'https://github.com/flutter/flutter/issues/new'
,
forceSafariVC:
false
);
launch
(
'https://github.com/flutter/flutter/issues/new
/choose
'
,
forceSafariVC:
false
);
},
},
),
),
);
);
...
...
packages/flutter/lib/src/foundation/assertions.dart
View file @
f9374fe0
...
@@ -314,7 +314,7 @@ class FlutterError extends AssertionError {
...
@@ -314,7 +314,7 @@ class FlutterError extends AssertionError {
'provide substantially more information in this error message to help you determine '
'provide substantially more information in this error message to help you determine '
'and fix the underlying cause.'
,
wrapWidth:
wrapWidth
);
'and fix the underlying cause.'
,
wrapWidth:
wrapWidth
);
debugPrint
(
'In either case, please report this assertion by filing a bug on GitHub:'
,
wrapWidth:
wrapWidth
);
debugPrint
(
'In either case, please report this assertion by filing a bug on GitHub:'
,
wrapWidth:
wrapWidth
);
debugPrint
(
' https://github.com/flutter/flutter/issues/new'
);
debugPrint
(
' https://github.com/flutter/flutter/issues/new
?template=BUG.md
'
);
}
}
}
}
if
(
details
.
stack
!=
null
)
{
if
(
details
.
stack
!=
null
)
{
...
...
packages/flutter/lib/src/rendering/box.dart
View file @
f9374fe0
...
@@ -1766,7 +1766,7 @@ abstract class RenderBox extends RenderObject {
...
@@ -1766,7 +1766,7 @@ abstract class RenderBox extends RenderObject {
'Constraints:
$constraints
\n
'
'Constraints:
$constraints
\n
'
'Size:
$_size
\n
'
'Size:
$_size
\n
'
'If you are not writing your own RenderBox subclass, then this is not '
'If you are not writing your own RenderBox subclass, then this is not '
'your fault. Contact support: https://github.com/flutter/flutter/issues/new'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new
?template=BUG.md
'
);
);
}
}
if
(
debugCheckIntrinsicSizes
)
{
if
(
debugCheckIntrinsicSizes
)
{
...
@@ -1815,7 +1815,7 @@ abstract class RenderBox extends RenderObject {
...
@@ -1815,7 +1815,7 @@ abstract class RenderBox extends RenderObject {
'The following
${failureCount > 1 ? "failures" : "failure"}
was detected:
\n
'
'The following
${failureCount > 1 ? "failures" : "failure"}
was detected:
\n
'
'
$failures
'
'
$failures
'
'If you are not writing your own RenderBox subclass, then this is not
\n
'
'If you are not writing your own RenderBox subclass, then this is not
\n
'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new
?template=BUG.md
'
);
);
}
}
}
}
...
...
packages/flutter/lib/src/rendering/flex.dart
View file @
f9374fe0
...
@@ -707,7 +707,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
...
@@ -707,7 +707,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
' https://flutter.io/debugging/#rendering-layer
\n
'
' https://flutter.io/debugging/#rendering-layer
\n
'
' http://docs.flutter.io/flutter/rendering/debugDumpRenderTree.html
\n
'
' http://docs.flutter.io/flutter/rendering/debugDumpRenderTree.html
\n
'
'If none of the above helps enough to fix this problem, please don
\'
t hesitate to file a bug:
\n
'
'If none of the above helps enough to fix this problem, please don
\'
t hesitate to file a bug:
\n
'
' https://github.com/flutter/flutter/issues/new'
' https://github.com/flutter/flutter/issues/new
?template=BUG.md
'
);
);
}());
}());
totalFlex
+=
childParentData
.
flex
;
totalFlex
+=
childParentData
.
flex
;
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
f9374fe0
...
@@ -2135,7 +2135,7 @@ class BuildOwner {
...
@@ -2135,7 +2135,7 @@ class BuildOwner {
'calling scheduleBuildFor().
\n
'
'calling scheduleBuildFor().
\n
'
'If you did not attempt to call scheduleBuildFor() yourself, then this probably '
'If you did not attempt to call scheduleBuildFor() yourself, then this probably '
'indicates a bug in the widgets framework. Please report it: '
'indicates a bug in the widgets framework. Please report it: '
'https://github.com/flutter/flutter/issues/new'
'https://github.com/flutter/flutter/issues/new
?template=BUG.md
'
);
);
}
}
return
true
;
return
true
;
...
...
packages/flutter/test/foundation/error_reporting_test.dart
View file @
f9374fe0
...
@@ -71,7 +71,7 @@ Future<void> main() async {
...
@@ -71,7 +71,7 @@ Future<void> main() async {
'Either the assertion indicates an error in the framework itself, or we should provide substantially '
'Either the assertion indicates an error in the framework itself, or we should provide substantially '
'more information in this error message to help you determine and fix the underlying cause
\\
.
\n
'
'more information in this error message to help you determine and fix the underlying cause
\\
.
\n
'
'In either case, please report this assertion by filing a bug on GitHub:
\n
'
'In either case, please report this assertion by filing a bug on GitHub:
\n
'
' https://github
\\
.com/flutter/flutter/issues/new
\n
'
' https://github
\\
.com/flutter/flutter/issues/new
\
\
?template=BUG
\\
.md
\
n
'
'
\n
'
'
\n
'
'When the exception was thrown, this was the stack:
\n
'
'When the exception was thrown, this was the stack:
\n
'
'#0 getSampleStack
\\
.<anonymous closure>
\\
([^)]+flutter/test/foundation/error_reporting_test
\\
.dart:[0-9]+:[0-9]+
\\
)
\n
'
'#0 getSampleStack
\\
.<anonymous closure>
\\
([^)]+flutter/test/foundation/error_reporting_test
\\
.dart:[0-9]+:[0-9]+
\\
)
\n
'
...
@@ -112,7 +112,7 @@ Future<void> main() async {
...
@@ -112,7 +112,7 @@ Future<void> main() async {
'Either the assertion indicates an error in the framework itself, or we should provide substantially '
'Either the assertion indicates an error in the framework itself, or we should provide substantially '
'more information in this error message to help you determine and fix the underlying cause
\\
.
\n
'
'more information in this error message to help you determine and fix the underlying cause
\\
.
\n
'
'In either case, please report this assertion by filing a bug on GitHub:
\n
'
'In either case, please report this assertion by filing a bug on GitHub:
\n
'
' https://github
\\
.com/flutter/flutter/issues/new
\n
'
' https://github
\\
.com/flutter/flutter/issues/new
\
\
?template=BUG
\\
.md
\
n
'
'════════════════════════════════════════════════════════════════════════════════════════════════════
\$
'
,
'════════════════════════════════════════════════════════════════════════════════════════════════════
\$
'
,
));
));
console
.
clear
();
console
.
clear
();
...
@@ -152,7 +152,7 @@ Future<void> main() async {
...
@@ -152,7 +152,7 @@ Future<void> main() async {
'Either the assertion indicates an error in the framework itself, or we should provide substantially '
'Either the assertion indicates an error in the framework itself, or we should provide substantially '
'more information in this error message to help you determine and fix the underlying cause
\\
.
\n
'
'more information in this error message to help you determine and fix the underlying cause
\\
.
\n
'
'In either case, please report this assertion by filing a bug on GitHub:
\n
'
'In either case, please report this assertion by filing a bug on GitHub:
\n
'
' https://github
\\
.com/flutter/flutter/issues/new
\n
'
' https://github
\\
.com/flutter/flutter/issues/new
\
\
?template=BUG
\\
.md
\
n
'
'
\n
'
'
\n
'
'When the exception was thrown, this was the stack:
\n
'
'When the exception was thrown, this was the stack:
\n
'
'#0 getSampleStack
\\
.<anonymous closure>
\\
([^)]+flutter/test/foundation/error_reporting_test
\\
.dart:[0-9]+:[0-9]+
\\
)
\n
'
'#0 getSampleStack
\\
.<anonymous closure>
\\
([^)]+flutter/test/foundation/error_reporting_test
\\
.dart:[0-9]+:[0-9]+
\\
)
\n
'
...
...
packages/flutter_localizations/lib/src/l10n/README.md
View file @
f9374fe0
...
@@ -184,7 +184,7 @@ translations for all the languages supported by this package.
...
@@ -184,7 +184,7 @@ translations for all the languages supported by this package.
(Googlers, for more details see
<go
/
flutter-l10n
>
.)
(Googlers, for more details see
<go
/
flutter-l10n
>
.)
If you have feedback about the translations please
If you have feedback about the translations please
[
file an issue on the Flutter github repo
](
https://github.com/flutter/flutter/issues/new
)
.
[
file an issue on the Flutter github repo
](
https://github.com/flutter/flutter/issues/new
?template=BUG.md
)
.
### See Also
### See Also
...
...
packages/flutter_tools/lib/src/android/android_device.dart
View file @
f9374fe0
...
@@ -633,7 +633,7 @@ void parseADBDeviceOutput(String text, {
...
@@ -633,7 +633,7 @@ void parseADBDeviceOutput(String text, {
diagnostics
?.
add
(
diagnostics
?.
add
(
'Unexpected failure parsing device information from adb output:
\n
'
'Unexpected failure parsing device information from adb output:
\n
'
'
$line
\n
'
'
$line
\n
'
'Please report a bug at https://github.com/flutter/flutter/issues/new'
);
'Please report a bug at https://github.com/flutter/flutter/issues/new
/choose
'
);
}
}
}
}
}
}
...
...
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