Additional card formatting. Added column for thumbnail to be added and text.
This commit is contained in:
@@ -21,27 +21,82 @@ class _HomeState extends State<Home>{
|
||||
Container(
|
||||
width: 325,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
color: Colors.orange,
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.orange,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.orange,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.orange,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.orange,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.orange,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.orange,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.orange,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.orange,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.orange,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -55,27 +110,82 @@ class _HomeState extends State<Home>{
|
||||
Container(
|
||||
width: 325,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
color: Colors.green,
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.green,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.green,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.green,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.green,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.green,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.green,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.green,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.green,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.green,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -89,27 +199,82 @@ class _HomeState extends State<Home>{
|
||||
Container(
|
||||
width: 325,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
color: Colors.purple,
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.purple,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.purple,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.purple,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.purple,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.purple,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.purple,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.purple,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.purple,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.purple,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -123,27 +288,81 @@ class _HomeState extends State<Home>{
|
||||
Container(
|
||||
width: 325,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
color: Colors.blue,
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.blue, ),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.blue,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.blue,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.blue,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.blue,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.blue,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.blue,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.blue,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.blue,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -157,27 +376,82 @@ class _HomeState extends State<Home>{
|
||||
Container(
|
||||
width: 325,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
color: Colors.red,
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.red,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.red,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.red,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.red,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.red,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.red,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.red,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
width: 325,
|
||||
color: Colors.red,
|
||||
margin: EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Card(
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(
|
||||
color: Colors.red,
|
||||
),
|
||||
),
|
||||
Text('Testing'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user