Skip to content

Commit 896d4d8

Browse files
committed
comply the hero screen
1 parent fd84c7e commit 896d4d8

20 files changed

+6
-1543
lines changed

lib/layout_attribute_selector.dart

-71
This file was deleted.

lib/layout_type.dart

-52
This file was deleted.

lib/main.dart

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
import 'package:flutter/material.dart';
2-
import 'package:layout_demo_flutter/main_page.dart';
32
import 'nbmain.dart';
4-
import 'package:layout_demo_flutter/view/row_column_selector.dart';
53

64
void main() => runApp(new MyApp());
75

86
class MyApp extends StatelessWidget {
9-
// This widget is the root of your application.
107
@override
118
Widget build(BuildContext context) {
129
return MaterialApp(
13-
title: 'Flutter Demo',
10+
title: 'Flutter layout',
1411
theme: ThemeData(
1512
primarySwatch: Colors.orange,
1613
),
1714
home: Scaffold(
18-
backgroundColor: Colors.green,
15+
backgroundColor: Colors.white,
1916
body: NBMain(),
2017
),
2118
);

lib/main_page.dart

-180
This file was deleted.

lib/pages/baseline_layout_attributes.dart

-36
This file was deleted.

0 commit comments

Comments
 (0)