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

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

Issue 1001373002: Organize sky/framework/animation (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/animation.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/animation/scroll_behavior.dart';
5 import '../../framework/components/drawer.dart'; 5 import '../../framework/components/drawer.dart';
6 import '../../framework/components/drawer_header.dart'; 6 import '../../framework/components/drawer_header.dart';
7 import '../../framework/components/fixed_height_scrollable.dart'; 7 import '../../framework/components/fixed_height_scrollable.dart';
8 import '../../framework/components/floating_action_button.dart'; 8 import '../../framework/components/floating_action_button.dart';
9 import '../../framework/components/icon.dart'; 9 import '../../framework/components/icon.dart';
10 import '../../framework/components/input.dart'; 10 import '../../framework/components/input.dart';
11 import '../../framework/components/material.dart'; 11 import '../../framework/components/material.dart';
12 import '../../framework/components/menu_divider.dart'; 12 import '../../framework/components/menu_divider.dart';
13 import '../../framework/components/menu_item.dart'; 13 import '../../framework/components/menu_item.dart';
14 import '../../framework/components/toolbar.dart'; 14 import '../../framework/components/toolbar.dart';
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 key: 'Content', 135 key: 'Content',
136 styles: [_style], 136 styles: [_style],
137 children: [toolbar, list] 137 children: [toolbar, list]
138 ), 138 ),
139 fab, 139 fab,
140 drawer, 140 drawer,
141 ] 141 ]
142 ); 142 );
143 } 143 }
144 } 144 }
OLDNEW
« no previous file with comments | « sky/examples/stocks-fn/stocklist.dart ('k') | sky/framework/animation/animation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698