😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/RUclips-WsCubeTech
Yes you can simply turn on your debugging mode in your device connect your device with laptop/pc .When you will run that it will automatically install the flutter application in your real device and you can test your application here
sir please explain bcz I'm not to get this running stuck here only I followed the entire serious but got stock here today ? please explain how to remove unnecessary code.
sir please explain bcz I'm not to get this running stuck here only I followed the entire serious but got stock here today ? please explain how to remove unnecessary code. Bcz it is showing N number of errors
Bhai jb hme kisi action ko save krna hota hi like jaise hm kisi button me click krte hi waise wali situation!!!! Jis action ko perform krne se change ho rhe wha statefull use karenge
😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.
👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course
👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/RUclips-WsCubeTech
this lectures are actually pretty useful
use your brain bro
just remove the content below body and rest copy sir, the brackets and commas sir has included
in which video did you explained how to remove irrelevant code
i also want to know it bro
me too
@@Anishruti1306 you are using android studio or vs code
mai bhi ye hi bolne aaya tha
import 'dart:io';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.green),
useMaterial3: true,
),
home: const MyHomePage(title: 'Welcome Application'),
);
}
}
class MyHomePage extends StatelessWidget {
final String title;
const MyHomePage({Key? key, required this.title}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
title: Text(title),
),
body: Center(
child: const Text(
'Welcome to your Flutter app!',
),
),
);
}
}
How to remove default code..?
if you mention short cuts that work is actually great.
Where is the explanation about flutter project structure??
Very useful tutorial on flutter 😍
SUPERBLY EXPLAINED SIR...
Very useful Flutter course
Great
❤🔥
ab thoda sa interesting part start hua hai
Video starts at 8:00 uske pehle redundant aur unnecessary content hai jo sirf vid ki length badhaane ke liye aur tp ke liye daala hai
i don't know hindi ...but i can understand your code....
I don't know english but i can understand your comment
Sir bot shukeriya Sir please aik full. Course bana do
How to remove the default counter app?
yeah i have been following the course but didnt see raunak sir removed counter app in any previos video
@Dark Lord bro, did you find out how to remove the counter app..?
Great sir👍👍👍👍👍👍🏼
Can I use this process in physical device also ?
BTW LOVE YOUR VIDEO SIR❤️
Yes you can simply turn on your debugging mode in your device connect your device with laptop/pc .When you will run that it will automatically install the flutter application in your real device and you can test your application here
Sir ap batien ziada krty...kamm blkul kmm
nice sir
greattt
Very nice
Really Really Amazing but the exploration is not more.please explore each widget in detail
In which video you have specified which code to delete from the default dart file
Plz explain sir
sir please explain bcz I'm not to get this running stuck here only I followed the entire serious but got stock here today ? please explain how to remove unnecessary code.
@@playerprince1627 He has explained it , check the playlist thoroughly
Watch video 39
if u become confuse go to video no 39. What is the Use of main.dart
Thank you 🌸
✨👍🏻
Sir there is issue in emulator.emulator can't run they show me the error when i run emulator.what shall i do guide plzz😵💫
VS code mai Alt + enter wala shortcut kese use krnge mac mai ?
Ap command pellets m wordwrap ki shortcut edit kr ly
sir please explain bcz I'm not to get this running stuck here only I followed the entire serious but got stock here today ? please explain how to remove unnecessary code. Bcz it is showing N number of errors
Same here
Bhai sab thikhai per point to point baat kar ghuma ghuma kar ek baat 10 bar mtt bola ker
How to remove default counter code ???
Watch video no. 39 in this tutorial-> what is use of main.dart
What is stateless and state full widget and hum kb use krte hain stateless or state full widgets ko ?
Bhai jb hme kisi action ko save krna hota hi like jaise hm kisi button me click krte hi waise wali situation!!!! Jis action ko perform krne se change ho rhe wha statefull use karenge
I am facing lots of trouble running andriod emulator ofline.
if you are using vs code there is option at the bottom of vs code device you can use google chrome or microsoft edge to see visuals.
Present
Visual studio
Sir yah cousre kiya job ready course han ???
@@kumar97-q1h kon Hai bhai tu Me Isi technology pe kaam Kar rha
how to remove irrelevant code ... sir plz tell
sir code ko htane ki shorcut key kya hai
Talks more than works
X code me kaise hoga
in the xampp file sql section is not starting what is the solution for that???
Thank you sir!
But OOP isn't completed.
Will upload soon
@@wscubetech thank you💕
// this is clean code
import 'package:flutter/material.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(
title: 'Flutter Demo',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const Text('hello world'),
);
}
}
//print a basic hello world
Anyone abi ue code share kar sakta hai
Text
Images
Buttons
Alt+Enter returns nothing! Please help!
starting se code start karo na flutter samjh yhi nhi aya kya ho rha hai
All guys all comments code delete and body all data delete now code is ready working on
Bhae sub tu android p hu ra vs code pur nhi kra😢
sir i am new in this field
flutter ka demo app ko kaha se delet kare, kaha se kab tak delet kare please batao.
please batao kisi ko pata ho to.🙏
jo android studio automatic bana ka data h us ki baat kir rahe ho na aap
worst tutorial ever
Gndu uske liyee padna padta hai🤣
code for this class
import 'package:flutter/material.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(
title: 'Flutter Demo',
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.lightBlue,
),
home: const MyHomePage(),
);
}
}
class MyHomePage extends StatefulWidget {
const MyHomePage({super.key});
//final String title;
@override
State createState() => _MyHomePageState();
}
class _MyHomePageState extends State {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Flutter container'),
backgroundColor: Colors.lightBlue,
),
body:Center(
child: Container(
width: 100,
height: 100,
color: Colors.lightBlue,
child: const Text('How are You ?'),
),
)
);
}
}
thnx bro