Merge remote-tracking branch 'origin/master'

This commit is contained in:
PoojaB26
2019-01-06 20:49:17 +05:30

View File

@@ -490,7 +490,28 @@ This is aimed for complete beginners in Flutter, to get them acquainted with the
),
</pre>
</td><td><img src="https://github.com/PoojaB26/FlutterBasicWidgets/blob/master/screenshots/but5.gif" width=200></td>
</tr>
</tr>
<tr>
<td>
<pre>
Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
FloatingActionButton(
backgroundColor: Colors.orange,
child: Icon(Icons.mic, size: 30.0, color: Colors.white,),
onPressed: (){}),
FloatingActionButton(
mini: true,
backgroundColor: Colors.green,
child: Icon(Icons.mic, size: 30.0, color: Colors.white,),
onPressed: (){}),
],
)
),
</pre>
</td><td><img src="https://github.com/PoojaB26/FlutterBasicWidgets/blob/master/screenshots/but6.png" width=200></td>
</tr>
</table>
@@ -550,8 +571,7 @@ This is aimed for complete beginners in Flutter, to get them acquainted with the
color: Colors.yellow,
)
],
),
</pre>
),</pre>
</td>
<td>
<img src = "https://github.com/PoojaB26/FlutterBasicWidgets/blob/master/screenshots/stk2.png" width = 200>
@@ -584,7 +604,6 @@ This is aimed for complete beginners in Flutter, to get them acquainted with the
color: Colors.green,
),
),
],
),
),
@@ -623,7 +642,6 @@ This is aimed for complete beginners in Flutter, to get them acquainted with the
color: Colors.green,
),
),
],
),
),