Skip to content

Commit 268d63c

Browse files
authored
Update flex.dart
1 parent 9710d75 commit 268d63c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flex.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import 'package:flutter/material.dart';
22

33
void main() {
4-
runApp(MaterialApp(
4+
runApp(
5+
MaterialApp(
56
home: Scaffold(
67
appBar: AppBar(
78
title: Text('Responsive app '),

0 commit comments

Comments
 (0)