Flutter 3.10.0 Master Class for Beginners to Advanced | Ticket Booking App Development Tutorial

Flutter 3.10.0 Master Class for Beginners to Advanced | Ticket Booking App Development Tutorial

dbestech

2 года назад

493,563 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Gaming Never Ends
Gaming Never Ends - 16.09.2023 21:06

Can I get a GitHub link for this file ?

Ответить
Aiworo Destiny Osamudiamen
Aiworo Destiny Osamudiamen - 16.09.2023 14:52

Thanks for the tutorial!

Please the link for the images.

Ответить
kamel kamelia
kamel kamelia - 15.09.2023 15:02

Thanks a lot for your content , it is really valuable . Such amazing tutorials , worth watching :)

Ответить
Abhishek Gupta
Abhishek Gupta - 15.09.2023 08:31

where is the link for assets images

Ответить
Sumit Singh Rathore
Sumit Singh Rathore - 24.08.2023 17:21

canyou give me github repo of this for code ??

Ответить
MOHAMMED JASIM ANTAR
MOHAMMED JASIM ANTAR - 21.08.2023 19:17

The voice is so unclear, thanks

Ответить
Aya Smart parking
Aya Smart parking - 05.08.2023 14:11

Please how can I get your assets

Ответить
Pana Biate
Pana Biate - 03.08.2023 22:18

Scaffold dosent work. How will i fix?

Ответить
Daniel Coello
Daniel Coello - 31.07.2023 18:06

Hey, thanks a lot for this tutorial when i find this video i said "well, let's check it". The way u're explaining it's so easy and concise. At the begining it was a bit weird (cuz the things i usually do has no ui) but the more i continues with ur video it keep going to be more and more interesting. again, thanks for share this.

Ответить
mohamed malndy
mohamed malndy - 16.07.2023 15:53

Backend for this app please🙏

Ответить
Anshaj Logan
Anshaj Logan - 12.07.2023 20:50

You never disappoints learners you are doing great work bro🎉❤

Ответить
kazi bablu
kazi bablu - 08.07.2023 22:41

asset link please

Ответить
Mohamad Bussiness
Mohamad Bussiness - 28.06.2023 15:57

The best tutorial i've ever seen keep it up man😍

Ответить
Kishan Kumar
Kishan Kumar - 18.06.2023 20:18

I am not able to use Gap library. When I am building the apk, I get an error in the gap library code.
Something like this:
gap.dart:43:38: Error: A value of type 'RenderObject?' can't be assigned to a variable of type 'AbstractNode?'.

I am using latest flutter sdk 3.12.0

Ответить
Pankaj Barad
Pankaj Barad - 17.06.2023 15:10

Can you please make part 2
I am waiting for that please

Ответить
Mohamed Gendia
Mohamed Gendia - 17.06.2023 05:52

Al salamo Alikom .. thank you very much for this explanation and great work ... please i want to know how to use mqtt with flutter if it possible just show us a way i have broker with user and pass and i wanna publish messege and subscribe to topics if its possible please tell me how

Ответить
Big Smoke
Big Smoke - 14.06.2023 17:10

where is images...?

Ответить
Rehan
Rehan - 13.06.2023 16:28

I am a freshie. Can i follow it straight away?

Ответить
Showy_Videos
Showy_Videos - 07.06.2023 13:04

how can I get the figma of this app?
Please help me to find it

Ответить
Ashar Ali
Ashar Ali - 23.05.2023 15:40

can you please provide a source of this project

Ответить
Lyrical Heavy Weight
Lyrical Heavy Weight - 21.05.2023 23:46

Where is the link with pictures

Ответить
Thuỳ Nguyễn
Thuỳ Nguyễn - 21.05.2023 17:14

Can you share the image file?

Ответить
Tech Adda
Tech Adda - 17.05.2023 09:39

children:hotelList.map((singelHotel) => HotelScreen(hotel: singelHotel)).toList(); same think but error

Ответить
Emily Wagner
Emily Wagner - 27.04.2023 21:39

Can you use hex codes for colors?

Ответить
Akash Giri
Akash Giri - 22.04.2023 14:40

Just finished the entire tutorial as a complete Flutter beginner. It was really easy to follow along and learnt a lot. Thnanks a lot for this tutorial.

Ответить
Bot Campeador
Bot Campeador - 08.04.2023 01:57

Hi! Love your channel!
Is this app complete??

Ответить
Haroon ahmad
Haroon ahmad - 03.04.2023 13:18

Sir I have a question about app responsiveness. The following method you use in this video always return same value even if screen size changes.

static getHeight(int pixels) {
double x = getScreenHeight() / pixels;
return getScreenHeight() / x;
}

let suppose our pixels value is 10 and our screen height is 360 so it returns 10. So if our screen height is 540 then it returns 10 too. Whatever the height is it always return 10. So How can this makes our app responsive.
Kindly explain this.
BTW you are great instructor ever. I have many flutter courses but this is outstanding. Really appreciated your work.

Ответить
Nadim N. Zubary
Nadim N. Zubary - 31.03.2023 23:31

This is such a an awesome channel

Ответить
WHY NOT?
WHY NOT? - 28.03.2023 14:14

can you provide source code? in udemy. i will buy it

Ответить
HET PATEL
HET PATEL - 24.03.2023 20:54

Completed the tutorial it's been amazing to study UI very efficiently and in easy way

Ответить
HET PATEL
HET PATEL - 23.03.2023 10:09

can you provide the github link ?

Ответить
Ace Young
Ace Young - 18.03.2023 06:50

you are in china?

Ответить
Apoorv Mittal
Apoorv Mittal - 08.03.2023 22:40

Great tutorial! I was looking for something exactly like this. Other tutorials were a bit outdated and you are not copying from any repo, or using a starter branch. Thanks a lot!

Ответить
Willem AW
Willem AW - 06.03.2023 23:29

I really enjoy what you do.
Thank you very much

Ответить
TECH MOHIT SASMAL
TECH MOHIT SASMAL - 04.03.2023 12:43

Source code??

Ответить
Steven Myo
Steven Myo - 26.02.2023 15:36

my code singlechildScroll view is not scrolling in web
SingleChildScrollView(
physics: const NeverScrollableScrollPhysics(),
scrollDirection: Axis.horizontal,
padding: const EdgeInsets.only(left: 20),
child: Row(
children: const [
TicketView(),
TicketView(),
],
),
),
why i don't know?

Ответить
harshdeep Dwivedi
harshdeep Dwivedi - 26.02.2023 02:21

thanks a lot for thiss :)

Ответить
LAND LOS
LAND LOS - 25.02.2023 15:40

very good helpful thanks!

Ответить
Гари Гарибальди
Гари Гарибальди - 21.02.2023 10:00

Beautiful pictures. But where is an app?

Ответить
osama khidr
osama khidr - 20.02.2023 07:31

you are amazing

Ответить
Adel Mohm
Adel Mohm - 15.02.2023 18:01

Where can ifind and download the file of images

Ответить
Chipulu Nshenda
Chipulu Nshenda - 11.02.2023 07:15

Am having trouble on the search screen the first part where you add airline tickets the error am having is call " right overflow"...how do you resolve that

Ответить
its_abidin_sayed
its_abidin_sayed - 10.02.2023 13:54

one bug is cooming what to do can i contact you or how ?

Ответить
Srinivasa reddy
Srinivasa reddy - 08.02.2023 20:34

Can I get the src code of this tutorial?🙏

Ответить
Avinash Kumar
Avinash Kumar - 08.02.2023 17:08

does this app really work?

Ответить