-mashq. Android Studio dasturida AssetsImage, NetworkImage, FullScreenNetworkImage widjedlaridan foydalanish va natijani skrenshot qilib joylash




Download 3.11 Mb.
bet3/3
Sana10.12.2023
Hajmi3.11 Mb.
#114848
1   2   3
Bog'liq
2-amaliyot mobil ilovalar
Amaliy ish (2), Simon Topic Ideas, 24-maktab Iltimosopa reja, Uzluksiz funksiyalar-fayllar.org (2), Uzluksiz funksiyalar-fayllar.org, Tema Bolmis filosofiyasi Jobasi, wtaccmkd6 leg 4, KONSTRUKSIA, 80142
5-mashq. Android Studio dasturida AssetsImage, NetworkImage, FullScreenNetworkImage widjedlaridan foydalanish va natijani skrenshot qilib joylash.
import 'package:flutter/material.dart';
// import 'package:full_screen_network_image/full_screen_network_image.dart';

void main() {


runApp(const MyApp());
}

class MyApp extends StatelessWidget {


const MyApp({super.key});

// This widget is the root of your application.


@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
backgroundColor: Colors.greenAccent,
appBar: AppBar(
backgroundColor: Colors.indigo,
centerTitle: true,
title: Text("Avtomobillar"),
),
body: Image(
image: NetworkImage('https://www.autocar.co.uk/sites/autocar.co.uk/files/styles/gallery_slide/public/images/car-reviews/first-drives/legacy/rolls_royce_phantom_top_10.jpg?itok=XjL9f1tx'),
),
)

);

}


}

Download 3.11 Mb.
1   2   3




Download 3.11 Mb.

Bosh sahifa
Aloqalar

    Bosh sahifa



-mashq. Android Studio dasturida AssetsImage, NetworkImage, FullScreenNetworkImage widjedlaridan foydalanish va natijani skrenshot qilib joylash

Download 3.11 Mb.