new_try

Last updated:

0 purchases

new_try Image
new_try Images
Add to Cart

Description:

new try

import 'package:flutter/material.dart';
void main() => runApp( MaterialApp(
debugShowCheckedModeBanner: false,
home: Scaffold(
appBar: AppBar(title:const Text("STORY BOARD")),
body: Center(
child: Container(
color: Colors.green,
width: 300,
height: 600,
child:const Text(
"HI YOU SUCCESSFULLY CREATED YOUR FIRST FLUTTER PROJECT,FLUTTER IS AN AWESOME FRAME FOR CROSS PLATFORM DEVELOPMENT",
),
),
),
),
));

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.