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
aa5504c7
Commit
aa5504c7
authored
Sep 01, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #979 from abarth/render_object_docs
Add dartdocs for RenderObject
parents
e8dadb3a
c1bd6af9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
380 additions
and
64 deletions
+380
-64
rendering.dart
packages/flutter/lib/rendering.dart
+4
-1
object.dart
packages/flutter/lib/rendering/object.dart
+372
-62
widgets.dart
packages/flutter/lib/widgets.dart
+4
-1
No files found.
packages/flutter/lib/rendering.dart
View file @
aa5504c7
...
...
@@ -2,7 +2,10 @@
// 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.
// Includes and re-exports all Sky rendering classes.
/// The Sky render tree
library
rendering
;
export
'package:sky/rendering/auto_layout.dart'
;
export
'package:sky/rendering/block.dart'
;
...
...
packages/flutter/lib/rendering/object.dart
View file @
aa5504c7
This diff is collapsed.
Click to expand it.
packages/flutter/lib/widgets.dart
View file @
aa5504c7
...
...
@@ -2,7 +2,10 @@
// 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.
// Includes and re-exports all Sky widgets classes.
/// The Sky widget framework
library
widgets
;
export
'package:sky/widgets/animated_component.dart'
;
export
'package:sky/widgets/animated_container.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