• JOURNAL OF NEW CENTURY INNOVATIONS http://www.newjournal.org/ Volume–52_Issue-2_May_2024 164
  • JOURNAL OF NEW CENTURY INNOVATIONS




    Download 0,59 Mb.
    Pdf ko'rish
    bet3/4
    Sana04.07.2024
    Hajmi0,59 Mb.
    #266591
    1   2   3   4
    Bog'liq
    159-165

    JOURNAL OF NEW CENTURY INNOVATIONS 
    http://www.newjournal.org/ 

    Volume–52_Issue-2_May_2024 
    163 
    import 'package:flutter/material.dart'; 
    void main() { 
    runApp(const MyApp()); 

    class MyApp extends StatelessWidget { 
    const MyApp({super.key}); 
    @override 
    Widget build(BuildContext context) { 
    return MaterialApp( 
    home: Scaffold( 
    backgroundColor: Colors.teal, 
    body: SafeArea( 
    child: Column( 
    mainAxisAlignment: MainAxisAlignment.center, 
    children: 
    CircleAvatar( 
    backgroundImage: AssetImage('Rasmlar/Aziz.jpg'), 
    radius: 65.0, 
    ), 
    Text( 
    'Aziz Yuldoshov', 
    style: TextStyle( 
    color: Colors.white, 
    fontSize: 30.0, 
    fontFamily: 'Pacifico', 
    ), 
    ), 
    Text( 
    'Flutter Devoloper', 
    style: TextStyle( 
    color: Colors.white, 
    fontSize: 20.0, 
    ), 
    ), 
    SizedBox(height: 20.0,width: 150.0, 
    child: Divider(color: Colors.tealAccent,),), 
    Card( 
    margin: EdgeInsets.symmetric(horizontal: 25.0, vertical: 10.0,), 
    color: Colors.white, 


    JOURNAL OF NEW CENTURY INNOVATIONS 
    http://www.newjournal.org/ 

    Volume–52_Issue-2_May_2024 
    164 
    child: Padding( 
    padding: EdgeInsets.symmetric(horizontal: 25.0, vertical: 10.0,), 
    child: Row( 
    children: 
    Icon(Icons.phone, color: Colors.teal,), 
    SizedBox(width: 25.0), 
    Text('+998 97 141 06 91',style: TextStyle(color: Colors.teal, 
    fontSize: 18.0,),), 
    ], 
    ), 
    ), 
    ), 
    Card( 
    margin: EdgeInsets.symmetric(horizontal: 25.0, vertical: 10.0,), 
    color: Colors.white, 
    child: Padding( 
    padding: EdgeInsets.symmetric(horizontal: 25.0, vertical: 10.0,), 
    child: Row( 
    children: 
    Icon(Icons.mail, color: Colors.teal,), 
    SizedBox(width: 25.0), 
    Text('azizbektayloq@gmail.com',style: TextStyle(color: 
    Colors.teal, fontSize: 18.0,),), 
    ], 
    ), 
    ), 

    ], 
    ), 


    ); 


    Flutter freymworkida yozilgan yuqoridagi kod natijasi quyidagi ko’rinishga ega 
    bo’ladi: 



    Download 0,59 Mb.
    1   2   3   4




    Download 0,59 Mb.
    Pdf ko'rish