Saturday, May 14, 2022

Hello Print - Flutter

 Hello Print


import 'package:flutter/material.dart';

void main(){
  runApp(MaterialApp(
    home: Center(
      child: Text("Hello Print"),
    ),    //Center
  ),   💪 // MaterialApp   
);    

}

No comments:

Post a Comment

Featured post

Compress Image With Show File Size & Resolution in Flutter

 Compress Image With Show File Size & Resolution  1.Multiple File Image Compress with file Size import 'dart:io' ; import 'p...

LightBlog