Тёмный
The Tech Brothers
The Tech Brothers
The Tech Brothers
Подписаться
Hello,

The Tech Brothers is a channel by two brothers Asif Taj and Kashif Taj. We both are Computer Science graduates and have been in software development for about 6 years now. \u2028\u2028

On this channel, we create content that can help you learn you new technical skills, business development, Startup growth hacks, and a bit of our life. \u2028\u2028

If you ever want to get in touch or need consultancy, Please write us on the given socials. \u2028\u2028

Have a great day, Thank you :)
Комментарии
@AhmadTheTech
@AhmadTheTech 5 часов назад
sir please default splash screen remove karna sikha dey 🙏
@minhchienle3035
@minhchienle3035 23 часа назад
I have a question that I'd like you to answer: why do you use the model with the freezed package but not use bloc with freezed as well?
@thetechbrotherss
@thetechbrotherss 19 часов назад
I got your point, answer is we can do that. But i focus on keeping it real bloc, if i started using freezed with events and stats it would little bit change the syntax that author uses or content you will find to learn bloc and i believe it will be little bit hard to learn bloc then. This was my main reason. But we can do that as well
@minhchienle3035
@minhchienle3035 Час назад
@@thetechbrotherss Thank you very much for your response! Thank you for making such great videos, I've learned a lot from your channel.
@minhchienle3035
@minhchienle3035 23 часа назад
tks U so much
@thetechbrotherss
@thetechbrotherss 19 часов назад
You are welcome
@SehrishMoujahid
@SehrishMoujahid День назад
great teacher
@thetechbrotherss
@thetechbrotherss 19 часов назад
thanks
@sanjayyogi5658
@sanjayyogi5658 День назад
Thank you I learned from you. Sir please make a play list animations and responsive UI and windows or web and app same ui how we can make because sir some time app ui looking great but windows bad how we can use same code with both app and web .. please sir make play list..
@SehrishMoujahid
@SehrishMoujahid День назад
cocapod not installing in m2 macbook pro plz help
@LEARNCOMPUTER-ie6pr
@LEARNCOMPUTER-ie6pr День назад
I'm 16 years old student flutter
@LEARNCOMPUTER-ie6pr
@LEARNCOMPUTER-ie6pr День назад
Plz😊
@AhmadMirza-pb2su
@AhmadMirza-pb2su День назад
Source Code: void main(){ Book book1=Book('Got','Alex', '23451', true); Book book2=Book('Finance', 'Asmaiyl', '987654', true); Member member=Member('Joe','a2'); Member member2=Member('Maria', 'a2'); Library library=Library(); library.addBook(book1); library.addBook(book2); library.booksList(); library.loanaBook(book1, member,); library.booksList(); } class Library{ List<Book> books=[]; List<LoanBook> loanBook=[]; void addBook(Book book){ books.add(book); } void loanaBook(Book book,Member member,){ if(book.isAvailable=true){ book.isAvailable=false; loanBook.add(LoanBook(book, member, DateTime.now(),null )); }else{ print('Book ${book.name} are not available'); } } void booksList(){ print('----List of all Books----'); for(var loannBook in loanBook){ print('Title${loannBook.book.name}, Writen by ${loannBook.book.author}, Book number are${loannBook.book.bookNo}, Avilable : ${loannBook.book.isAvailable}'); }} } class LoanBook{ Book book; Member member; DateTime? loanDate; DateTime? returnDate; LoanBook(this.book,this.member,this.loanDate,this.returnDate); void returnBook(){ returnDate=DateTime.now(); book.isAvailable=true; } } class Book{ String? name; String? author; String? bookNo; bool? isAvailable; Book(this.name,this.author,this.bookNo,this.isAvailable); } class Member{ String? name; String? memberId; Member(this.name,this.memberId); }
@SamamaAli-kq9mr
@SamamaAli-kq9mr День назад
why is the login function not a FUTURE fucntin?
@thetechbrotherss
@thetechbrotherss День назад
We are not returning anything, we can do that. You can always tweak things based on your requirement link
@user-uu7rp7xb5g
@user-uu7rp7xb5g День назад
brother where is the BBC link?
@editit9227
@editit9227 День назад
Bro what is the next playlist? Do on mongodb with a complete application Waiting for it
@thetechbrotherss
@thetechbrotherss День назад
No sure
@syedshabbarraza6384
@syedshabbarraza6384 День назад
16:32 Asif bhai aap ny taqreeban 2 videos me 2 different methods use kiye hai Future builder ky 1 baar list mein data store krwaya or 1 baar directly lakin difference bilqul discuss hi ni kiya
@thetechbrotherss
@thetechbrotherss День назад
thanks
@syedshabbarraza6384
@syedshabbarraza6384 День назад
@@thetechbrotherss Asif bhai😅 kuch btayein bhi to
@ahmedbaig8543
@ahmedbaig8543 День назад
GetX is Easy When Learning with Asif taj
@thetechbrotherss
@thetechbrotherss День назад
No doubt hahaha, focus on bloc
@ASHWANIKUMAR-hj3lx
@ASHWANIKUMAR-hj3lx День назад
Ok sir
@thetechbrotherss
@thetechbrotherss День назад
thanks
@anilkore4194
@anilkore4194 День назад
This is really great series. Thanks for it. I really appreciate this.
@thetechbrotherss
@thetechbrotherss День назад
thanks
@MUHAMMADARSLAN-wr1xj
@MUHAMMADARSLAN-wr1xj День назад
Aoa Sir, json to dart mei koi response naii a raha jase apka aya tha token wala
@thetechbrotherss
@thetechbrotherss День назад
Api response check kro postman ma
@niamatiqbal8837
@niamatiqbal8837 2 дня назад
sir the API is not working, now what to do?
@thetechbrotherss
@thetechbrotherss День назад
use json place holder api and follow the process
@shanattari8042
@shanattari8042 2 дня назад
sir desktop k liye kon si database use hogi jis main data save bhi rahe maine hive use ki hai pr restart pr data clear ho jata hai
@thetechbrotherss
@thetechbrotherss День назад
Desktop k liye research krna parhy ga
@SamamaAli-kq9mr
@SamamaAli-kq9mr 2 дня назад
do you still use this method to fetch data from api? i.e. using future builder and snapshot etc?
@thetechbrotherss
@thetechbrotherss День назад
Nop, this is for basic understanding of concepts. i use state management. Check my mvvm courses for bloc, getx and provider
@imaad-w1j
@imaad-w1j 2 дня назад
uff uff 💦💦😩😩😩😈😈
@thetechbrotherss
@thetechbrotherss День назад
heheheh
@dayanshah2170
@dayanshah2170 2 дня назад
// var data type void main() { var distance = 500; var time = 6; var model = 'Hyundai ix25'; var speed; speed = distance / time; print('The car covered total distance $distance km in $time hours at a speed of $speed m/s'); print('The model of car was $model'); }
@thetechbrotherss
@thetechbrotherss День назад
great
@salmi_khan
@salmi_khan 2 дня назад
thank you morethan 5000000000000000000000
@thetechbrotherss
@thetechbrotherss 2 дня назад
thanks
@CoderUmar-hw6ef
@CoderUmar-hw6ef 2 дня назад
Appreciate your Sophistication of HardWork for Public 😍
@thetechbrotherss
@thetechbrotherss 2 дня назад
Thank you so much 😀
@miis_take155
@miis_take155 2 дня назад
sir i following you last 2 years and i learn from you. now i teach flutter to my old college student ...there is 30+ student and i suggested your channel to them. they all are also following you to learn flutter. Thank you
@thetechbrotherss
@thetechbrotherss 2 дня назад
Glad to hear this
@dayanshah2170
@dayanshah2170 2 дня назад
void main() { double temp1 = 15.5; double temp2 = 19.7; bool maxTemp, mintemp; maxTemp = temp1 > 25; print('$temp1 temperature is a summer season $maxTemp'); mintemp = temp2 < 20; print('$temp2 temperature is a winter season $mintemp '); }
@thetechbrotherss
@thetechbrotherss 2 дня назад
Great
@Anonymous_1525
@Anonymous_1525 3 дня назад
muje ek confusion hoti hai ab in ko UI pr kese manage kryn?
@thetechbrotherss
@thetechbrotherss 2 дня назад
look what UI is expecting from you
@mubasharbasharat2876
@mubasharbasharat2876 3 дня назад
Greatest teacher❤️
@thetechbrotherss
@thetechbrotherss 2 дня назад
Thanks
@Moment95817
@Moment95817 3 дня назад
Asif bhaiya ek azib sa doubt hai, aapne jo Loginapi ke ander code likha lagbhag same code jab ham firebase se implement karte hai toh tab bhi likhte hai,phir api sikhne kya fayda Aur Api real Life kaha aur kaise use hota hai
@thetechbrotherss
@thetechbrotherss День назад
Ap concept seekho, firebase ka funciton bhi api he hota ha
@Moment95817
@Moment95817 21 час назад
@@thetechbrotherss ok bhaiya wahi confusion hua tha Apka Linkedln Id???
@syedrockx9816
@syedrockx9816 3 дня назад
I cant find pubspec.yaml??????
@PureMotiva-rt2dn
@PureMotiva-rt2dn 4 дня назад
Bhai mera wala android ke satha connect ni horaha baaqiyo ke sath horaha hy
@thetechbrotherss
@thetechbrotherss 4 дня назад
mtlb ?
@PureMotiva-rt2dn
@PureMotiva-rt2dn 3 дня назад
Ye error hy bro
@Rahman50084
@Rahman50084 4 дня назад
sir real time ma list ma koye change na ho to wo bloc ma kasa add kara ga jasa getx ma controller ma simple add kar data ha
@thetechbrotherss
@thetechbrotherss 4 дня назад
simple ha list declare kro r add kr do
@waseem-abbas786
@waseem-abbas786 4 дня назад
Wow sir kamal😂
@thetechbrotherss
@thetechbrotherss 4 дня назад
hahhaha
@abdulrafay0540
@abdulrafay0540 4 дня назад
Sir Please Banaye
@thetechbrotherss
@thetechbrotherss 4 дня назад
ok
@abdulrafay0540
@abdulrafay0540 4 дня назад
@@thetechbrotherss Thanks
@abdulrafay0540
@abdulrafay0540 4 дня назад
Thanks Sir🥰😃😃
@thetechbrotherss
@thetechbrotherss 4 дня назад
thanks
@azizrajpoot999
@azizrajpoot999 4 дня назад
Sir shrink wrap kay baad sy list ik baar scroll down tu hu jaati hy lakin udr freee hu jatti hy??
@thetechbrotherss
@thetechbrotherss 4 дня назад
Iksa bht easy fix ha i want you to do it your self
@iShahzainAhmed
@iShahzainAhmed 4 дня назад
Wonderfully explained everything about CI/CD and GitHub Actions!! Thanks a lot!
@thetechbrotherss
@thetechbrotherss 4 дня назад
Glad it was helpful!
@shakibgaming9687
@shakibgaming9687 4 дня назад
very helpful video 🌹
@thetechbrotherss
@thetechbrotherss 4 дня назад
Glad it was helpful!
@Like_the_way
@Like_the_way 4 дня назад
Bhai dsa krva do with dart please
@thetechbrotherss
@thetechbrotherss 4 дня назад
acha
@amitkushwah22
@amitkushwah22 4 дня назад
Hello Sir can you please create a video to add action button in push notification
@thetechbrotherss
@thetechbrotherss 4 дня назад
ok
@ahmedbaig8543
@ahmedbaig8543 4 дня назад
Really Love your teaching Style ❤❤
@thetechbrotherss
@thetechbrotherss 4 дня назад
Happy to hear that!
@UzairKhan-no9rh
@UzairKhan-no9rh 5 дней назад
sir same to same ap ki video follow ki hn Andriod k liya lkn add nhi horaha data
@thetechbrotherss
@thetechbrotherss 4 дня назад
share errror
@Dagra_xt
@Dagra_xt 5 дней назад
sir ap konsi theme use karta ho android studio ma?
@thetechbrotherss
@thetechbrotherss 4 дня назад
abhi latest version with dark theme
@AiDNA-786
@AiDNA-786 5 дней назад
Sir i learn your dart course completely.Now i have confusion.I start learning dart oops or flutter.So pleasee clear me what i start.
@thetechbrotherss
@thetechbrotherss 5 дней назад
dart oop
@AiDNA-786
@AiDNA-786 4 дня назад
@@thetechbrotherss Thank you