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
eb869d09
Commit
eb869d09
authored
Sep 04, 2015
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on generating docs as part of the build
revert PATH changes fix typo some dartdoc changes in files
parent
931d5e75
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
7 deletions
+17
-7
.gitignore
packages/flutter/.gitignore
+1
-0
firebase.json
packages/flutter/doc/firebase.json
+9
-0
rendering.dart
packages/flutter/lib/rendering.dart
+3
-3
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+1
-1
widgets.dart
packages/flutter/lib/widgets.dart
+3
-3
No files found.
packages/flutter/.gitignore
View file @
eb869d09
...
...
@@ -3,3 +3,4 @@
AUTHORS
LICENSE
pubspec.lock
doc/api/
packages/flutter/doc/firebase.json
0 → 100644
View file @
eb869d09
{
"firebase"
:
"skydocs"
,
"public"
:
"api"
,
"ignore"
:
[
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
]
}
packages/flutter/lib/rendering.dart
View file @
eb869d09
...
...
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
Includes and re-exports all Sky rendering classes
.
/// Th
e Sky render tree
//
/ The Sky render tree
.
///
/// Th
is library includes and re-exports all Sky rendering classes.
library
rendering
;
export
'package:sky/src/rendering/auto_layout.dart'
;
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
eb869d09
...
...
@@ -247,7 +247,7 @@ abstract class Widget {
}
}
/// Walks the immediate children of this widget
/// Walks the immediate children of this widget
.
///
/// Override this if you have children and call walker on each child.
/// Note that you may be called before the child has had its parent
...
...
packages/flutter/lib/widgets.dart
View file @
eb869d09
...
...
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
Includes and re-exports all Sky widgets classes
.
/// Th
e Sky widget framework
//
/ The Sky widget framework
.
///
/// Th
is library includes and re-exports all Sky widgets classes.
library
widgets
;
export
'package:sky/src/widgets/animated_component.dart'
;
...
...
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