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
2fa6a709
Commit
2fa6a709
authored
Jun 25, 2016
by
Adam Barth
Committed by
GitHub
Jun 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve documentation for framework.dart (#4758)
parent
9c0c0225
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
269 additions
and
62 deletions
+269
-62
stock_row.dart
examples/stocks/lib/stock_row.dart
+2
-2
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+267
-60
No files found.
examples/stocks/lib/stock_row.dart
View file @
2fa6a709
...
@@ -9,8 +9,8 @@ import 'stock_arrow.dart';
...
@@ -9,8 +9,8 @@ import 'stock_arrow.dart';
enum
StockRowPartKind
{
arrow
}
enum
StockRowPartKind
{
arrow
}
class
StockRowPartKey
extends
Key
{
class
StockRowPartKey
extends
Local
Key
{
const
StockRowPartKey
(
this
.
keySalt
,
this
.
stock
,
this
.
part
)
:
super
.
constructor
()
;
const
StockRowPartKey
(
this
.
keySalt
,
this
.
stock
,
this
.
part
);
final
Object
keySalt
;
final
Object
keySalt
;
final
Stock
stock
;
final
Stock
stock
;
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
2fa6a709
This diff is collapsed.
Click to expand it.
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