File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
dev/integration_tests/flutter_gallery/lib/demo/cupertino Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
// found in the LICENSE file.
4
4
5
5
import 'package:flutter/cupertino.dart' ;
6
- import 'package:flutter/material.dart' ;
7
6
8
7
import '../../gallery/demo.dart' ;
9
8
Original file line number Diff line number Diff line change 3
3
// found in the LICENSE file.
4
4
5
5
import 'package:flutter/cupertino.dart' ;
6
- import 'package:flutter/material.dart' ;
7
6
8
7
/// Flutter code sample for [CupertinoContextMenu] .
9
8
Original file line number Diff line number Diff line change 3
3
// found in the LICENSE file.
4
4
5
5
import 'package:flutter/cupertino.dart' ;
6
- import 'package:flutter/material.dart' ;
7
6
8
7
/// Flutter code sample for [CupertinoContextMenu] .
9
8
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ export 'src/material/flexible_space_bar.dart';
92
92
export 'src/material/floating_action_button.dart' ;
93
93
export 'src/material/floating_action_button_location.dart' ;
94
94
export 'src/material/floating_action_button_theme.dart' ;
95
- export 'src/material/flutter_logo.dart' ;
96
95
export 'src/material/grid_tile.dart' ;
97
96
export 'src/material/grid_tile_bar.dart' ;
98
97
export 'src/material/icon_button.dart' ;
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- import 'package:flutter/widgets.dart' ;
5
+ import 'basic.dart' ;
6
+ import 'framework.dart' ;
7
+ import 'icon_theme.dart' ;
8
+ import 'icon_theme_data.dart' ;
9
+ import 'implicit_animations.dart' ;
6
10
7
11
/// The Flutter logo, in widget form. This widget respects the [IconTheme] .
8
12
/// For guidelines on using the Flutter logo, visit https://flutter.dev/brand.
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export 'src/widgets/dual_transition_builder.dart';
52
52
export 'src/widgets/editable_text.dart' ;
53
53
export 'src/widgets/fade_in_image.dart' ;
54
54
export 'src/widgets/feedback.dart' ;
55
+ export 'src/widgets/flutter_logo.dart' ;
55
56
export 'src/widgets/focus_manager.dart' ;
56
57
export 'src/widgets/focus_scope.dart' ;
57
58
export 'src/widgets/focus_traversal.dart' ;
Original file line number Diff line number Diff line change 7
7
@Tags (< String > ['reduced-test-set' ])
8
8
library ;
9
9
10
- import 'package:flutter/material .dart' ;
10
+ import 'package:flutter/widgets .dart' ;
11
11
import 'package:flutter_test/flutter_test.dart' ;
12
12
13
13
void main () {
You can’t perform that action at this time.
0 commit comments