1-mustaqil ish Mavzu: Flutter freymvorkida Dart dasturlash tilida sodda ilovalar yaratish Ishning maqsadi



Download 1,46 Mb.
bet3/3
Sana12.12.2022
Hajmi1,46 Mb.
#884033
1   2   3
Bog'liq
2-mustaqil ish Shahzod Maxammatov

Masalaning qo’yilishi: Flutter freymvorki yordamida Dart dasturlash tilida sodda dastur yaratish .
Masalaning yechilishi:
Dastlab Android Studio Flutterda yangi proyekt yaratamiz:

Sdk faylini yo’lini tanlab Next tugmasini bosamiz:

So’ngra proyekt nomini tanlab Finish tugmasini bosamiz:

Yangi Flutterda yaratilgan proyektning lib papkasida main.dart fayli hosil bo’ladi:

Run tugmasi yordamida kerakli emulyatorni tanlab testlaymiz:

Testlash natijasida quyidagi proyekt hosil bo’ladi:

Biz main.dart faylidan ortiqcha kodlarni o’chirib o’zimizga mos dizayn qismi uchun kodlar yozamiz:

Natija quyidagi ko’rinishga ega bo’ladi:

Matnni markazga chiqarish uchun uni Center widjetiga o’rash kerak:



2-mustaqil ish topshiriqlari
Har bir talaba o’z ixtiyori ko’ra ixtiyoriy ko’rinishda Flutter freymvorki yordamida Dart dasturlash tilida sodda dastur yaratish talab etiladi

Dastur kodi:
import 'package:flutter/material.dart';

void main() => runApp(MyApp());


class MyApp extends StatelessWidget {


// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
// Application name
title: 'Flutter Stateful Clicker Counter',
theme: ThemeData(
// Application theme data, you can set the colors for the application as
// you want
primarySwatch: Colors.blue,
),
home: MyHomePage(title: 'Flutter Demo Clicker Counter Home Page'),
);
}
}

class MyHomePage extends StatefulWidget {


final String title;
const MyHomePage({Key? key, required this.title}) : super(key: key);

// This widget is the home page of your application. It is stateful, meaning


// that it has a State object (defined below) that contains fields that affect
// how it looks.

// This class is the configuration for the state. It holds the values (in this


// case the title) provided by the parent (in this case the App widget) and
// used by the build method of the State. Fields in a Widget subclass are
// always marked "final".

@override


_MyHomePageState createState() => _MyHomePageState();
}

class _MyHomePageState extends State {


int _counter = 0;

void _incrementCounter() {


setState(() {
// This call to setState tells the Flutter framework that something has
// changed in this State, which causes it to rerun the build method below
// so that the display can reflect the updated values. If we changed
// _counter without calling setState(), then the build method would not be
// called again, and so nothing would appear to happen.
_counter++;
});
}

@override


Widget build(BuildContext context) {
// This method is rerun every time setState is called, for instance as done
// by the _incrementCounter method above.
//
// The Flutter framework has been optimized to make rerunning build methods
// fast, so that you can just rebuild anything that needs updating rather
// than having to individually change instances of widgets.
return Scaffold(
appBar: AppBar(
// Here we take the value from the MyHomePage object that was created by
// the App.build method, and use it to set our appbar title.
title: Text(widget.title),
),
body: Center(
// Center is a layout widget. It takes a single child and positions it
// in the middle of the parent.
child: Column(
// Column is also a layout widget. It takes a list of children and
// arranges them vertically. By default, it sizes itself to fit its
// children horizontally, and tries to be as tall as its parent.
//
// Column has various properties to control how it sizes itself and
// how it positions its children. Here we use mainAxisAlignment to
// center the children vertically; the main axis here is the vertical
// axis because Columns are vertical (the cross axis would be
// horizontal).
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
'You have pushed the button this many times:',
),
Text(
'$_counter',
style: TextStyle(fontSize: 25),
),
],
),
),
floatingActionButton: FloatingActionButton(
onPressed: _incrementCounter,
tooltip: 'Increment',
child: Icon(Icons.add),
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}

Natija:


Link: https://flutlab.io/editor/2d505022-7782-49d4-a49b-649771eeda20

Download 1,46 Mb.

Do'stlaringiz bilan baham:
1   2   3




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish