|
-mashq. Android Studio dasturida AssetsImage, NetworkImage, FullScreenNetworkImage widjedlaridan foydalanish va natijani skrenshot qilib joylash
|
bet | 3/3 | Sana | 10.12.2023 | Hajmi | 3,11 Mb. | | #114848 |
Bog'liq 2-amaliyot mobil ilovalar5-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'),
),
)
);
}
}
|
|
Bosh sahifa
Aloqalar
Bosh sahifa
-mashq. Android Studio dasturida AssetsImage, NetworkImage, FullScreenNetworkImage widjedlaridan foydalanish va natijani skrenshot qilib joylash
|