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
fab109ce
Unverified
Commit
fab109ce
authored
Oct 31, 2018
by
Michael Goderbauer
Committed by
GitHub
Oct 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
endTemplate -> endtemplate (#23785)
parent
5a57d80c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
binding.dart
packages/flutter/lib/src/foundation/binding.dart
+1
-1
app.dart
packages/flutter/lib/src/widgets/app.dart
+3
-3
No files found.
packages/flutter/lib/src/foundation/binding.dart
View file @
fab109ce
...
...
@@ -400,7 +400,7 @@ abstract class BindingBase {
///
/// Both guards ensure that Dart's tree shaker can remove the code for the
/// service extension in release builds.
/// {@end
T
emplate}
/// {@end
t
emplate}
@protected
void
registerServiceExtension
({
@required
String
name
,
...
...
packages/flutter/lib/src/widgets/app.dart
View file @
fab109ce
...
...
@@ -177,7 +177,7 @@ class WidgetsApp extends StatefulWidget {
///
/// The [Navigator] is only built if [onGenerateRoute] is not null; if it is
/// null, [navigatorKey] must also be null.
/// {@end
T
emplate}
/// {@end
t
emplate}
final
GlobalKey
<
NavigatorState
>
navigatorKey
;
/// {@template flutter.widgets.widgetsApp.onGenerateRoute}
...
...
@@ -237,7 +237,7 @@ class WidgetsApp extends StatefulWidget {
/// APIs such as [Navigator.push] and [Navigator.pop] will work as expected.
/// In contrast, the widget returned from [builder] is inserted _above_ the
/// app's [Navigator] (if any).
/// {@end
T
emplate}
/// {@end
t
emplate}
///
/// If this property is set, the [pageRouteBuilder] property must also be set
/// so that the default route handler will know what kind of [PageRoute]s to
...
...
@@ -266,7 +266,7 @@ class WidgetsApp extends StatefulWidget {
/// The [Navigator] is only built if routes are provided (either via [home],
/// [routes], [onGenerateRoute], or [onUnknownRoute]); if they are not,
/// [builder] must not be null.
/// {@end
T
emplate}
/// {@end
t
emplate}
///
/// If the routes map is not empty, the [pageRouteBuilder] property must be set
/// so that the default route handler will know what kind of [PageRoute]s to
...
...
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