Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: sky/examples/stocks-fn/stocksapp.dart

Issue 1005633002: Factor ScrollCurve out of Scrollable (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/examples/stocks-fn/stocklist.dart ('k') | sky/framework/animation/scroll_curve.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library stocksapp; 1 library stocksapp;
2 2
3 import '../../framework/fn.dart'; 3 import '../../framework/fn.dart';
4 import '../../framework/animation/scroll_curve.dart';
4 import '../../framework/components/drawer.dart'; 5 import '../../framework/components/drawer.dart';
5 import '../../framework/components/drawer_header.dart'; 6 import '../../framework/components/drawer_header.dart';
6 import '../../framework/components/fixed_height_scrollable.dart'; 7 import '../../framework/components/fixed_height_scrollable.dart';
7 import '../../framework/components/floating_action_button.dart'; 8 import '../../framework/components/floating_action_button.dart';
8 import '../../framework/components/icon.dart'; 9 import '../../framework/components/icon.dart';
9 // import '../../framework/components/input.dart'; 10 // import '../../framework/components/input.dart';
10 import '../../framework/components/material.dart'; 11 import '../../framework/components/material.dart';
11 import '../../framework/components/menu_divider.dart'; 12 import '../../framework/components/menu_divider.dart';
12 import '../../framework/components/menu_item.dart'; 13 import '../../framework/components/menu_item.dart';
13 import '../../framework/components/toolbar.dart'; 14 import '../../framework/components/toolbar.dart';
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 key: 'Content', 135 key: 'Content',
135 styles: [_style], 136 styles: [_style],
136 children: [toolbar, list] 137 children: [toolbar, list]
137 ), 138 ),
138 fab, 139 fab,
139 drawer, 140 drawer,
140 ] 141 ]
141 ); 142 );
142 } 143 }
143 } 144 }
OLDNEW
« no previous file with comments | « sky/examples/stocks-fn/stocklist.dart ('k') | sky/framework/animation/scroll_curve.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698