Тёмный

Flutter Complete Production App Tutorial 

rapid flutter
Подписаться 8 тыс.
Просмотров 101 тыс.
50% 1

Main Features:
* Complete tutorial
* SMS OTP authentication
* Payment gateway integration
* State management with GetX
* Admin app for control and management
* Order management system
* Shortcuts and tricks for faster development
* Product sorting and filtering capabilities
State Management for Beginners: • Flutter Best State Man...
Flutter Necessary Basics for Absolute Beginners: • Flutter widgets that b...
Build Runner Command : flutter pub run build_runner build --delete-conflicting-outputs
Model Sample File : github.com/rapidflutter/commo...
Source code : www.store.rapidflutter.com/it...
Time Code :
00:00 : Starting
00:03 Develop a production-level Flutter app with real payment Gateway and OTP using SMS gateway.
03:38 Adding products and making a successful payment in the app.
09:50 Configuring platform and folder structure for Flutter app development.
13:02 Setting up project structure and creating homepage
19:13 Download and insert Google service JSON file into Android folder
22:13 Adding Google services for Android and iOS apps
29:00 Creating application structure with homepage and add product page
32:47 Configuring a list tile for a dynamic UI
39:43 Use get material app for Gex features
42:50 Explaining widget placement and styling in Flutter
50:54 Adding drop-down button for category selection.
54:28 Make drop down button dynamic and reusable as a custom widget.
1:01:15 Creating reusable drop-down button
1:04:04 Passing and using items list for custom widget customization
1:11:08 Handling selected value on change in Flutter
1:14:28 UI part almost finished, preparing for dynamic functionality
1:20:19 Connecting home controller to home page using GetX in Flutter
1:23:16 Utilizing controllers for clear code organization
1:28:48 Implementing Firebase Firestore for data storage
1:31:58 Setting up Firebase collection for product data
1:38:14 Configure Firebase option for Android and iOS
1:41:33 Firebase app setup and troubleshooting
1:49:08 Creating model for product handling
1:52:19 Setting up models and dependencies for creating different instances.
1:58:19 Converting product to Json format
2:01:51 Using GetX for showing snack bar and toast
2:09:02 Handling data passing and selection from drop-down in Flutter app.
2:12:45 Handling default values for category, brand, and offer in Flutter app
2:19:09 Explanation on updating UI after selecting a value
2:22:27 Setting up Firebase database and storage in Flutter app
2:29:31 Creating empty list and fetching product data for storage
2:34:20 Retrieving and processing data from Firestore documents
2:41:21 Creating and using a delete method in Flutter app production
2:44:46 Creating the client application for FootWare
2:52:32 Adding Firebase to Flutter for Android and iOS
2:56:21 Setting up the login page with necessary elements.
3:02:15 Designing the home page with product listings and categories
3:07:03 Creating horizontal category list with chip widget
3:15:49 Implementing multi-select drop down button in Flutter for reusable use
3:20:13 Implementing Grid View in Flutter for item display
3:28:57 Creating a customized design for a food card.
3:33:11 Setting up product description page for navigation
3:39:49 Setting up application logic with required dependencies
3:43:38 Setting up Firebase for login controller
3:51:09 Change the production collection to user and create the user model
3:54:20 Adding and configuring necessary packages for development
4:02:20 Handling user input and validation
4:05:51 Implementing OTP functionality
4:13:25 Customizing and defining OTP field with controller
4:17:15 Update UI elements after successful OTP sent
4:23:58 Handling OTP verification and user addition
4:27:27 Implement clear field feature after successful user addition
4:32:58 Register DT with approved Center ID and template.
4:35:56 Sending OTP using mobile number
4:42:14 Using Get Builder plugin for Flutter app development
4:44:50 Fetching user data based on mobile number query
4:51:10 Automatic redirection to homepage after login and on app restart
4:54:11 Implement user authentication and redirection logic
5:00:43 Setting up product collection and Firestore in Flutter app
5:04:19 Initializing app unit and fetching products dynamically.
5:12:05 Avoid using the 'category' keyword for less confusion
5:15:41 Implement filtering by category for products
5:22:56 Implementing sorting by brand and price
5:25:38 Filter products by brand
5:31:40 Handling selection of price range and arranging products accordingly
5:35:13 Retrieving and displaying product data in the description page
5:42:42 Stripe is available internationally, while Razorpay is only available in India.
5:45:26 Setting up Razor Pay for payment in Flutter app
5:55:10 Handling payments with Razorpay in Flutter
5:59:16 Sending payment data to Firestore
6:05:29 Successfully added order and displayed order success alert
Crafted by Merlin AI (Our Subscriber).

Опубликовано:

 

2 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 213   
@surbhipaliwal3576
@surbhipaliwal3576 Месяц назад
00:03 Develop a production-level Flutter app with real payment Gateway and OTP using SMS gateway. 03:38 Adding products and making a successful payment in the app. 09:50 Configuring platform and folder structure for Flutter app development. 13:02 Setting up project structure and creating homepage 19:13 Download and insert Google service JSON file into Android folder 22:13 Adding Google services for Android and iOS apps 29:00 Creating application structure with homepage and add product page 32:47 Configuring a list tile for a dynamic UI 39:43 Use get material app for Gex features 42:50 Explaining widget placement and styling in Flutter 50:54 Adding drop-down button for category selection. 54:28 Make drop down button dynamic and reusable as a custom widget. 1:01:15 Creating reusable drop-down button 1:04:04 Passing and using items list for custom widget customization 1:11:08 Handling selected value on change in Flutter 1:14:28 UI part almost finished, preparing for dynamic functionality 1:20:19 Connecting home controller to home page using GetX in Flutter 1:23:16 Utilizing controllers for clear code organization 1:28:48 Implementing Firebase Firestore for data storage 1:31:58 Setting up Firebase collection for product data 1:38:14 Configure Firebase option for Android and iOS 1:41:33 Firebase app setup and troubleshooting 1:49:08 Creating model for product handling 1:52:19 Setting up models and dependencies for creating different instances. 1:58:19 Converting product to Json format 2:01:51 Using GetX for showing snack bar and toast 2:09:02 Handling data passing and selection from drop-down in Flutter app. 2:12:45 Handling default values for category, brand, and offer in Flutter app 2:19:09 Explanation on updating UI after selecting a value 2:22:27 Setting up Firebase database and storage in Flutter app 2:29:31 Creating empty list and fetching product data for storage 2:34:20 Retrieving and processing data from Firestore documents 2:41:21 Creating and using a delete method in Flutter app production 2:44:46 Creating the client application for FootWare 2:52:32 Adding Firebase to Flutter for Android and iOS 2:56:21 Setting up the login page with necessary elements. 3:02:15 Designing the home page with product listings and categories 3:07:03 Creating horizontal category list with chip widget 3:15:49 Implementing multi-select drop down button in Flutter for reusable use 3:20:13 Implementing Grid View in Flutter for item display 3:28:57 Creating a customized design for a food card. 3:33:11 Setting up product description page for navigation 3:39:49 Setting up application logic with required dependencies 3:43:38 Setting up Firebase for login controller 3:51:09 Change the production collection to user and create the user model 3:54:20 Adding and configuring necessary packages for development 4:02:20 Handling user input and validation 4:05:51 Implementing OTP functionality 4:13:25 Customizing and defining OTP field with controller 4:17:15 Update UI elements after successful OTP sent 4:23:58 Handling OTP verification and user addition 4:27:27 Implement clear field feature after successful user addition 4:32:58 Register DT with approved Center ID and template. 4:35:56 Sending OTP using mobile number 4:42:14 Using Get Builder plugin for Flutter app development 4:44:50 Fetching user data based on mobile number query 4:51:10 Automatic redirection to homepage after login and on app restart 4:54:11 Implement user authentication and redirection logic 5:00:43 Setting up product collection and Firestore in Flutter app 5:04:19 Initializing app unit and fetching products dynamically. 5:12:05 Avoid using the 'category' keyword for less confusion 5:15:41 Implement filtering by category for products 5:22:56 Implementing sorting by brand and price 5:25:38 Filter products by brand 5:31:40 Handling selection of price range and arranging products accordingly 5:35:13 Retrieving and displaying product data in the description page 5:42:42 Stripe is available internationally, while Razorpay is only available in India. 5:45:26 Setting up Razor Pay for payment in Flutter app 5:55:10 Handling payments with Razorpay in Flutter app 5:59:16 Sending payment data to Firestore 6:05:29 Successfully added order and displayed order success alert Crafted by Merlin AI.
@rapidflutter
@rapidflutter Месяц назад
Thanks very much I added in the description It help the others lots
@surbhipaliwal3576
@surbhipaliwal3576 27 дней назад
@@rapidflutter hi purchased the source code but it is not working I mean after getting all the dependencies, flutter run but showed only white screen
@samuelwechegahawiah1826
@samuelwechegahawiah1826 6 месяцев назад
Wonderful tutorials. Your voice is calm and step by step. I definitely will recommend your videos. Expecting more great videos
@Villagebyteboost
@Villagebyteboost 4 месяца назад
because of this tutorial i got the concept of getx and liked his videos and subscribed his channel on first priority..
6 месяцев назад
My friends, besides seeing the beautiful tutorial it's good to enjoy it, this helps our friend a lot to produce much more rich content like this, 12k views and only 528 likes so far.
@coding1818
@coding1818 3 месяца назад
Wow literally anyone can learn flutter easily with these types of videos 🔥🙌 You're a great brother ..
@ahammedaman7153
@ahammedaman7153 13 дней назад
അടിപൊളി ക്ലാസ് ആണ് സാർ 👍👍
@dmytrosaravas3421
@dmytrosaravas3421 6 месяцев назад
Thanks a lot! This is great tutorial!
@abubatool2298
@abubatool2298 6 месяцев назад
Very good and nice explanation.... God bless you brother
@RamdanCode
@RamdanCode 7 месяцев назад
Fantastic tutorial! Your in-depth guidance on Flutter's advanced features, including SMS OTP authentication and real payment gateway integration, truly elevates my skills. The practical approach to building a sophisticated e-commerce app with efficient state management is invaluable. Kudos for the seamless admin panel for item and order management. A sincere thank you for sharing such practical knowledge, making the learning experience authentic and enriching.
@subramanianchenniappan4059
@subramanianchenniappan4059 6 месяцев назад
Thanks . I am a senior java dev. I wanted to learn this for freelancing 😂😂😍😍
@garycuriano6154
@garycuriano6154 4 месяца назад
did you encounter any errors? Its so hard to start with it until the end but needs some payments to the API's. wondering if error is present...
@namansinghal-vy7hu
@namansinghal-vy7hu 3 месяца назад
Bhai tune ye project bana liya ???
@jaypanchal3875
@jaypanchal3875 6 месяцев назад
amazing and deep explanation sir.... very helpful...
@subramanianchenniappan4059
@subramanianchenniappan4059 6 месяцев назад
great . thanks . i am a java tech lead at a startup. i wanted to learn this for a freelance project
@rapidflutter
@rapidflutter 6 месяцев назад
You are welcome!
@mahendranath2504
@mahendranath2504 6 месяцев назад
wow, nice thank you so much for sharing the amazing content, like 👍 and subscribed
@fardinraihan106
@fardinraihan106 2 месяца назад
❤good beginners learnt platform...!
@nadetdevfullstack7041
@nadetdevfullstack7041 6 месяцев назад
Excellent
@joepanton786
@joepanton786 4 месяца назад
need to subscribe... Thank you so much for the great tutorial
@rapidflutter
@rapidflutter 2 месяца назад
Thanks for the sub!
@maazafridi2090
@maazafridi2090 6 месяцев назад
Awesome Project.....
@Villagelifeview
@Villagelifeview 5 месяцев назад
Excellent bro
@prajapatimanish6889
@prajapatimanish6889 6 месяцев назад
Sir very very good
@user-wg1bu4fm7s
@user-wg1bu4fm7s 6 месяцев назад
Sir , Please teach us Basics as well I am beginner and I am learning now Thanks, Subscribed
@rapidflutter
@rapidflutter 6 месяцев назад
Hello In the description there is video for absolutely beginners Pleas watch that one
@antonymaxwell8611
@antonymaxwell8611 4 месяца назад
Really helpful sir, thank you
@rapidflutter
@rapidflutter 2 месяца назад
Most welcome!
@rahuljaiswal6959
@rahuljaiswal6959 2 месяца назад
Please make a video on how to use background services in flutter?
@AnkitKumar-vf6yb
@AnkitKumar-vf6yb 6 месяцев назад
Woo what a great work we have
@jaypanchal3875
@jaypanchal3875 6 месяцев назад
Rapid Flutter kii jai hooo!!!!!!!
@learneverything5946
@learneverything5946 6 месяцев назад
Holy grail
@surbhipaliwal3576
@surbhipaliwal3576 Месяц назад
I'm eager to learn Flutter for UI/UX and Rest API. Could you please recommend some helpful links on RU-vid or Udemy?
@arjunshrestha190
@arjunshrestha190 7 месяцев назад
There's a growing demand for skilled professionals in the e-learning field. Your knowledge and experience would be invaluable in creating a comprehensive course on Professional E-learning Systems. Would you be interested in developing one?
@MuhammadBilal-cq6tp
@MuhammadBilal-cq6tp 2 месяца назад
Good Content. i really like it. They way to make controllers i really appreciate it. Its a good stuff for beginners who just started Flutter almost 2 weeks ago. But one thing i need to know about the "build_runner" and "json_serialize" dart package , and command you run after creating the model to generate the .g file. Please share details of it why you did like this ?
@rapidflutter
@rapidflutter 2 месяца назад
It will auto generate from json and to json code for us There are other ways also You can use online website also
@MuhammadBilal-cq6tp
@MuhammadBilal-cq6tp 2 месяца назад
@@rapidflutter from json and to json , of firebase documents , are you talking about firebase objects/documents ?
@rahularora1079
@rahularora1079 7 месяцев назад
I am beginner in flutter. I just started learning Flutter. I know React already. Can you make any tutorial in which Dart and flutter concepts in beginner perspective or can you guide me any other resource ? Thankyou for making this tutorial.
@rapidflutter
@rapidflutter 7 месяцев назад
with in few days we will launch now on preparing courses
@caresbruh
@caresbruh 6 месяцев назад
You need to know oops in order to get started with flutter
@DalazG
@DalazG 6 месяцев назад
Curious, is this possible to connect up with printful the same way we can with woocommerce and shopify etc? Would love to create this as an alternative to those platforms so i can automate it with prinful + add my own custom products with the admin
@rapidflutter
@rapidflutter 6 месяцев назад
Hello brother Please clarify the question again
@240abdulwahid9
@240abdulwahid9 2 месяца назад
sir ya web app ka tor per use ho sakti ha
@mediumsitompul6914
@mediumsitompul6914 3 месяца назад
Very good...
@rapidflutter
@rapidflutter 2 месяца назад
Thanks
@vyshuz123
@vyshuz123 5 месяцев назад
Which GetX extension should i use in vscode for wrap scaffold with GetXBuilder?
@rapidflutter
@rapidflutter 5 месяцев назад
You can just search getx And fimd the most download plugin
@harisankarl6292
@harisankarl6292 2 месяца назад
Super .how can it be done using sql could you please make a video.?
@rapidflutter
@rapidflutter 2 месяца назад
You can easly convert the mongo db query to SQL query with chatgbt All other is same
@rahularora1079
@rahularora1079 7 месяцев назад
which mac laptop configuration would be good if i want to buy for long term ? Right now i have Acer Predator helios 300.
@rapidflutter
@rapidflutter 7 месяцев назад
iam using macbook pro m2 its awesome performance
@rahularora1079
@rahularora1079 7 месяцев назад
@@rapidflutter ram 16gb ?
@rapidflutter
@rapidflutter 7 месяцев назад
8 Gb , go with high SSD at least 500 GB or 1TB , Ram is not issue with mac book , its performance is more than you expecting@@rahularora1079
@DhruviDesai
@DhruviDesai 6 месяцев назад
which UI used in this App
@NikeshMadhav-wy1vg
@NikeshMadhav-wy1vg 7 месяцев назад
Hi, Can you make a payment gateway for onboarding vendors where customer can pay on customer app and some % of payout after deducting commission will return to vendor in flutter. I have not seen such video or tutorials yet.
@rapidflutter
@rapidflutter 7 месяцев назад
can you explain app idea in detail ? didn't get it
@NikeshMadhav-wy1vg
@NikeshMadhav-wy1vg 6 месяцев назад
@@rapidflutter Suppose we have an app like amazon where vendors can sell their products and customer can pay through amazon customer app. the payment is refunded to vendor after deducting say 17% of whole price . SO vendor has to register their account details to receive payouts from amazon. for that he/she will have to create a merchant account. So need help with creating merchant account where vendor can register their details from seller app and once the transaction happens on customer app payout will happen
@rajatgore9679
@rajatgore9679 6 месяцев назад
Is it complete application ? Because i want to mention it in my resume with some more features
@rapidflutter
@rapidflutter 6 месяцев назад
Cart feature , order tracking , my account info will add later Will publish the video for that
@abubatool2298
@abubatool2298 5 месяцев назад
hi brother... do we need to integrate ios and android separately? we can use the option Flutter from firebase which is new method provided by Firebase... right?
@rapidflutter
@rapidflutter 5 месяцев назад
Hello There is no need to integrate separately Just option pass as conditionally like if ios and if android Then, automatically flutter detect and do the remaining works You can check firebase integration videos about this in our channel for more info Thanks
@abubatool2298
@abubatool2298 6 месяцев назад
Hi bro... I think you forgot to mention link of Absolute beginners tutorial in description.... Pls mention
@rapidflutter
@rapidflutter 6 месяцев назад
Sorry brother With in 2 days, i will publish it Iam working on it
@rapidflutter
@rapidflutter 6 месяцев назад
Please subscribe for more videos Thanks
@Zoyaa2007
@Zoyaa2007 6 месяцев назад
@@rapidflutterhi We are waiting for that flutter beginner video you are talking about in video , kindly upload pls
@abubatool2298
@abubatool2298 5 месяцев назад
​@@rapidflutter before you say... I did... Bro... Thanks lot...
@kuchikibyakuya7697
@kuchikibyakuya7697 3 месяца назад
Do u teach how to check Internet connection with flutter, then if connect have, proceed. If not, u doesn't have connection. Do u teach how to do this for an online app?
@rapidflutter
@rapidflutter 3 месяца назад
There is package Internet connection check in pub.dev It will return true or false if Internet connection is available or not You vsn check that Very easy to use
@faheemahmad3957
@faheemahmad3957 6 месяцев назад
AAAHHH YHMMM .... love ur course... but kindly improve accent
@learneverything5946
@learneverything5946 6 месяцев назад
Appreciate good works and stop condemning
@mclar9
@mclar9 6 месяцев назад
Hey bro how are you? I have a question for you, if we learn flutter and darts completely, do we become fronted or backend developers, please answer, well done, can you make one forum app where registered users can chat together, you are loved. Greetings in Turkey 🎉
@rapidflutter
@rapidflutter 6 месяцев назад
Thanks for replying You can do the backend with dart But iam not suggesting that For backend use node js or python Because its more popular and lots of pre build packages available for make our development fast and easy Also lot of support available in internet if you stuck anywhere For frontend 100% you can go with flutter So flutter is the current best frontend framework Thanks
@rapidflutter
@rapidflutter 6 месяцев назад
Will do the chat app with flutter and nod js In future
@mclar9
@mclar9 6 месяцев назад
Thank you for your answers, but what I want to ask is if I learn flutter and darts completely, what kind of developer am fronted or backend. You are a very knowledgeable person, the reason why I am learning darts now is that it is completely flutter compatible, but I will learn phyton and nodejs my age is 14:)​@@rapidflutter
@mclar9
@mclar9 6 месяцев назад
​@@rapidflutterThank you very much for your comment. What I want to tell you is what kind of developer do I become when I learn flutter and darts, fronted or backend. After learning the Dart language, I aim to learn nodejs. I am 14 years old, regards.
@thisaragunasekara924
@thisaragunasekara924 6 месяцев назад
​@@rapidflutterhii so you are telling that use nodejs as backend in flutter development so what about firebase .cant we use firebase ad backend in flutter development
@ritikbawanthade9603
@ritikbawanthade9603 5 месяцев назад
Pls make wordpress woocommerce rest api based flutter application sir
@rapidflutter
@rapidflutter 5 месяцев назад
👍
@oussamasbisiane4544
@oussamasbisiane4544 5 месяцев назад
hey i really like your work specially it's simple but i found a probleme to buy the source code bcs i'm not from india and i really can't copy the code from watching i like to read it and analyse every part by myself if you know any easy way to send you money i will be glad
@rapidflutter
@rapidflutter 5 месяцев назад
Hello brother Please check the link one more time Now you can purchase in USD In same link Still you face a problem buying Please contact me on Rapidflutter@gmail.com
@animeltd.6857
@animeltd.6857 4 месяца назад
sir my product.g.dart part is not working error is failed to build buildrunner please give some tips for the error
@rapidflutter
@rapidflutter 4 месяца назад
Pleas sahre the error I will try to solve
@vyshuz123
@vyshuz123 5 месяцев назад
factory Product.fromJson(Map json) => _$ProductFromJson(json); Map toJson() => _$ProductToJson(this); I installed. Builder runner & json seizable,but still I have errors in productsfromjson and producttojson!😢
@rapidflutter
@rapidflutter 5 месяцев назад
Hello brother I just given the link for the sample file in the description Just copy past the code and change the name as your need Still, you got an error, please comment I will try to help
@TheNightValley
@TheNightValley 6 месяцев назад
I love this tutorial but i don't use getX
@rapidflutter
@rapidflutter 6 месяцев назад
We will plan to make future projects with provider
@manohar.acharya
@manohar.acharya 6 месяцев назад
are you using any state management?
@rapidflutter
@rapidflutter 6 месяцев назад
yes in this project we used Getx as state management
@manjulatagaram2010
@manjulatagaram2010 8 дней назад
How to contact you need Auto OTP app
@marlynesongthiang4937
@marlynesongthiang4937 2 месяца назад
Sir I cannot see the whole code for the method "filterByBrand". You didn't scroll horizontal fully. Can you please reply?
@rapidflutter
@rapidflutter 2 месяца назад
Pleas contact me on insta or mail I will share the code
@shashikumar-hy8tk
@shashikumar-hy8tk 3 месяца назад
Bro I am facing problem , after completion of 5hr when start working for home page, image is not able to fetched to home page from firebase and showing exception as caught by image resource services, how to fix it bro.
@rapidflutter
@rapidflutter 3 месяца назад
Hello brother Please contact me on instagram I will try to help
@Raj_Darvai
@Raj_Darvai 5 месяцев назад
Brother, maybe I have made the app by your video 5:15:00 but I am facing problem in fetching the product and implementing the category I waiting your reply ❤❤
@rapidflutter
@rapidflutter 5 месяцев назад
Can you share what is the error you get I will try to help
@namansinghal-vy7hu
@namansinghal-vy7hu 3 месяца назад
@Raj_Daravai can u help me in this i am facing issue in connecting firebase of client app can u help
@rapidflutter
@rapidflutter 2 месяца назад
@@namansinghal-vy7hu pleas contact me on insta i will try to help
@surbhipaliwal3576
@surbhipaliwal3576 Месяц назад
which database are you using
@rapidflutter
@rapidflutter Месяц назад
Mongo db
@user-nk6uv8ce7t
@user-nk6uv8ce7t 15 дней назад
Very nice video, the accent could be a little better
@SubruZz
@SubruZz 5 месяцев назад
One qn about fierebase iam trying to create a student management system so teacher can login and add students. So i already signed user and adding them in the user collection but the problem is each teacher can add different students right? So at that time where do i store the student details and retireve them based on teacher added i mean who added those
@rapidflutter
@rapidflutter 5 месяцев назад
I didn't fully understand your question As i understand, you can do like this Create a collection for teachers And other collections for students When the teacher add a new student, you should save the teacher ID in the student document Then you can easily fetch the students by using where command with firebase Like, eg: QuerySnapshot querySnapshot = await students.where('teacherId', isEqualTo: teacherId).get() Like this Hop you understand
@SubruZz
@SubruZz 5 месяцев назад
@@rapidflutter ok thanks.currentuser.uid right?
@SubruZz
@SubruZz 5 месяцев назад
@@rapidflutter thanks that's exactly what I asked. One more thing teacher id can be retrieved with current user .id right so when adding students I need to store both teacher id and student id right
@hiihii1538
@hiihii1538 5 месяцев назад
Student id automatically firbase create for the student collection More over you just manually add teacher id on the student collection
@SubruZz
@SubruZz 5 месяцев назад
@@hiihii1538 thanks mate
@ashvinpatel7912
@ashvinpatel7912 4 месяца назад
sir please integrate firebase notification too...
@rapidflutter
@rapidflutter 4 месяца назад
In our upcoming chat app, i will add the firebase notification
@harisankarl6292
@harisankarl6292 3 месяца назад
Sir can you please do the same with mysql database.
@rapidflutter
@rapidflutter 2 месяца назад
My mext video will be published soon Its node js with MongoDB backend
@harisankarl6292
@harisankarl6292 2 месяца назад
​Did you publish? Pls share link
@adityabele6856
@adityabele6856 6 месяцев назад
when ever I am implementing firebase or other dependencies this Android studio giving error output from Cocoapods why so
@rapidflutter
@rapidflutter 6 месяцев назад
check the flutter status first with the comment flutter doctor if all OK then update your cocopad version , pod file sudo gem install cocoapods pod repo update its not because of firebase your IOS development platform has issue
@adityabele6856
@adityabele6856 5 месяцев назад
Thanx Man It's really helpful 👍🏽 @@rapidflutter
@user-ws9gb6kx1p
@user-ws9gb6kx1p 4 месяца назад
46:23
@surajpalle3654
@surajpalle3654 2 месяца назад
hello brother , The Razorpay is not working {there is no errors in entire code ,API KEY IS ALSO CORRECT}
@rapidflutter
@rapidflutter 2 месяца назад
What error is showing brother
@sreekaran6755
@sreekaran6755 2 месяца назад
1:10:25 I am getting error it is showing that invalid constant while adding the string name like that how to resolve
@rapidflutter
@rapidflutter 2 месяца назад
Did you solved the issue ? Pleas contact me on instagram and share the code Try to help
@sreekaran6755
@sreekaran6755 2 месяца назад
@@rapidflutter yaa resolved
@zulkarneynerylmaz3395
@zulkarneynerylmaz3395 3 месяца назад
hello the video is very nice home_controller filterByBrand product.brand?. I don't understand what comes next. please help
@rapidflutter
@rapidflutter 3 месяца назад
Hello brother Pleas elaborate your question Or contact me in instagram for amy help
@zulkarneynerylmaz3395
@zulkarneynerylmaz3395 3 месяца назад
@@rapidflutter in filterByBrand in the home_controller section productShowInUi = products.where((product)=> lowercaseBrands.contains(product.brand?. I can't see in the video which code goes to this part
@marlynesongthiang4937
@marlynesongthiang4937 2 месяца назад
@@zulkarneynerylmaz3395 I am also facing the same issue. Were you able to solve it?
@marlynesongthiang4937
@marlynesongthiang4937 2 месяца назад
@@rapidflutter I am also facing the same issue Sir. What is your instagram profile?
@rapidflutter
@rapidflutter 2 месяца назад
@@zulkarneynerylmaz3395 pleas contact me on insta iw ill share the remaining code
@francisaboagye4152
@francisaboagye4152 4 месяца назад
type 'int' is not a subtype of type 'double?' in type cast . Got this error any help? I'm following your tutorial line by line
@rapidflutter
@rapidflutter 4 месяца назад
From witch line youbget this error
@francisaboagye4152
@francisaboagye4152 3 месяца назад
@@rapidflutter Problem solved. I didn't run the command you gave in the description
@francisaboagye4152
@francisaboagye4152 3 месяца назад
how do I get the order list after successful payment it seems you forgot to do that part
@user-ws9gb6kx1p
@user-ws9gb6kx1p 4 месяца назад
1:12:45
@wildwoolf9986
@wildwoolf9986 3 месяца назад
1:29:52
@omjamnekar648
@omjamnekar648 6 месяцев назад
i am getting error E/flutter ( 7817): [ERROR:flutter/shell/common/shell.cc(114)] Dart Error: error: import of dart:mirrors is not supported in the current Dart runtime E/flutter ( 7817): [ERROR:flutter/runtime/dart_isolate.cc(144)] Could not prepare isolate. E/flutter ( 7817): [ERROR:flutter/runtime/runtime_controller.cc(463)] Could not create root isolate. E/flutter ( 7817): [ERROR:flutter/shell/common/shell.cc(645)] Could not launch engine with configuration. Application finished when i run this command flutter pub run build_runner build --delete-conflicting-outputs
@rapidflutter
@rapidflutter 6 месяцев назад
did you added build_runner: ^2.4.7 json_serializable: ^6.7.1 this 2 dependency in your dev_dependencies in pubspec.yamal file ??
@omjamnekar648
@omjamnekar648 5 месяцев назад
Yes it is updated even i tried running same code onces again but still i am gettting that error ✓ Built build\app\outputs\flutter-apk\app-debug.apk. E/flutter ( 7058): [ERROR:flutter/shell/common/shell.cc(114)] Dart Error: error: import of dart:mirrors is not supported in the current Dart runtime E/flutter ( 7058): [ERROR:flutter/runtime/dart_isolate.cc(144)] Could not prepare isolate. E/flutter ( 7058): [ERROR:flutter/runtime/runtime_controller.cc(463)] Could not create root isolate. E/flutter ( 7058): [ERROR:flutter/shell/common/shell.cc(645)] Could not launch engine with configuration. may be i find one thing, that when i install package build runner at that point this error is started comming can i ask you, this package is only use for generating product.g.dart and nothing else right? because it is properly generating file product.g.dart, So can i delete that package if it doesn't effect overall code. i can generate file and then may be package is not in use, if it so! @@rapidflutter
@omjamnekar648
@omjamnekar648 5 месяцев назад
class Product { String? id; String? name; String? description; String? category; String? image; double? price; bool? offer; Product({ required this.category, required this.description, required this.id, required this.image, required this.name, required this.offer, required this.price, }); factory Product.fromJson(Map json) { return Product( category: json['category'], description: json['description'], id: json['id'], image: json['image'], name: json['name'], offer: json['offer'], price: json['price']?.toDouble(), ); } Map toJson() { return { 'id': id, 'name': name, 'description': description, 'category': category, 'image': image, 'price': price, 'offer': offer, }; } } i made my own model may be it help me , lets see if any problem comes @@rapidflutter
@abubatool2298
@abubatool2298 5 месяцев назад
i got an issue, in add product UI, category and Brand are updating, but offer is not updating... it is showing always false,,,, anybody get like this issue... pls comment here...
@abubatool2298
@abubatool2298 5 месяцев назад
in print also showing true and false properly... but not updating UI
@rapidflutter
@rapidflutter 5 месяцев назад
Hello brother In this tutorial, i was forgotted to do the offer part (i keep offer drown as a dummy ) But you can implement the offer logic as your need Take it your challenge and try to do it Thanks
@lovekeshsinghkhalsa4251
@lovekeshsinghkhalsa4251 6 месяцев назад
With backend?
@rapidflutter
@rapidflutter 6 месяцев назад
Yes Firebase as backend
@thisaragunasekara924
@thisaragunasekara924 6 месяцев назад
​@@rapidflutterin full production level applications can we done using flutter and firebase as front end and back end so what kind of situation we need node js
@rapidflutter
@rapidflutter 6 месяцев назад
@@thisaragunasekara924 hello friend if we use firebase as our database , we dont need a backend server and backend codes , we can write database operation in frond end side (in flutter app) but if you use MY SQL or mongoDb or any other database , we need to write database operation and other logic in backend server with server side langage like node js , python or PHP in short for smaller and quick development application you can use firebase and write backend and frond end in side your application for large applications better go with server side and other database in our upcoming tutorial will done app with backen node js and mongodB
@rapidflutter
@rapidflutter 6 месяцев назад
@@thisaragunasekara924 hello friend if we use firebase as our database , we dont need a backend server and backend codes , we can write database operation in frond end side (in flutter app) but if you use MY SQL or mongoDb or any other database , we need to write database operation and other logic in backend server with server side langage like node js , python or PHP in short for smaller and quick development application you can use firebase and write backend and frond end in side your application for large applications better go with server side and other database in our upcoming tutorial will done app with backen node js and mongodB
@thisaragunasekara924
@thisaragunasekara924 6 месяцев назад
@@rapidflutter undestood so flutter for ui backend node.js db as mongodb Also for authondivation parts google sign in parts can done using firebase So flutter firebase node.js mongodb Am i correct Best for business
@nevilmartin7869
@nevilmartin7869 6 месяцев назад
Are you using api in this project?😊
@rapidflutter
@rapidflutter 6 месяцев назад
We are using firebase for database So no need api We can use firebase firerestore plugin
@rapidflutter
@rapidflutter 6 месяцев назад
I will plan to do the app with node js with mongoDb in upcoming
@nevilmartin7869
@nevilmartin7869 6 месяцев назад
Ok and thankyou for giving reply
@makthalavignesh3134
@makthalavignesh3134 3 месяца назад
Is it fully developed mobile application
@rapidflutter
@rapidflutter 2 месяца назад
Yea
@Raj_Darvai
@Raj_Darvai 5 месяцев назад
But bro where here❤
@wildwoolf9986
@wildwoolf9986 2 месяца назад
3:31:28
@shyamnair5617
@shyamnair5617 29 дней назад
Can we use this code in vs code?
@rapidflutter
@rapidflutter 24 дня назад
Tes
@jineethe5759
@jineethe5759 6 месяцев назад
Which architecture bro
@rapidflutter
@rapidflutter 6 месяцев назад
Its for absolutely beginner So we didn't use any architecture We will plan to do a complete e commerce app with " Clean architecture with Getx"
@jineethe5759
@jineethe5759 6 месяцев назад
a short video of creating the json model?@@rapidflutter
@md.emranhossain8156
@md.emranhossain8156 2 месяца назад
flutter pub run build_runner build --delete-conflicting-outputs
@Funnydummyyy
@Funnydummyyy 6 месяцев назад
Add timestamps too plz.
@rapidflutter
@rapidflutter 6 месяцев назад
Ok Will add
@maazafridi2090
@maazafridi2090 6 месяцев назад
does any one have timestamp ?
@rapidflutter
@rapidflutter 6 месяцев назад
I will add it soon
@virenkhokhar6305
@virenkhokhar6305 4 месяца назад
can you please make tutorials in hindi sir????
@rapidflutter
@rapidflutter 4 месяца назад
Sorry brother Iam not fluent in hindi
@user-br5yx4qg3k
@user-br5yx4qg3k 5 месяцев назад
you from kerala right?
@rapidflutter
@rapidflutter 5 месяцев назад
Yes brother
@rapidflutter
@rapidflutter 5 месяцев назад
Yes brother
@NVLChannelNQ6898
@NVLChannelNQ6898 2 месяца назад
Does this model have source code?
@rapidflutter
@rapidflutter 2 месяца назад
i given on the description brother
@NVLChannelNQ6898
@NVLChannelNQ6898 2 месяца назад
@@rapidflutter I paid via paypal
@NVLChannelNQ6898
@NVLChannelNQ6898 2 месяца назад
@@rapidflutter Where do I see the entire UI?
@rapidflutter
@rapidflutter 2 месяца назад
@@NVLChannelNQ6898 we discuss the UI design also in the video
@rajankumar-ht8ug
@rajankumar-ht8ug 6 месяцев назад
Hindi me ye video dalite na sir ji
@davidjohnkottarathil2342
@davidjohnkottarathil2342 6 месяцев назад
Are u a mallu ?
@shanavas7681
@shanavas7681 6 месяцев назад
aa neetalu kandittu enikkum thonni
@davidjohnkottarathil2342
@davidjohnkottarathil2342 6 месяцев назад
@@shanavas7681 😂😂
@prajapatimanish6889
@prajapatimanish6889 6 месяцев назад
Create dream 11 flutter clone
@rapidflutter
@rapidflutter 6 месяцев назад
👍
@847pankaj
@847pankaj 6 месяцев назад
tell me in Hindi
@abeersha_rahim
@abeersha_rahim 3 месяца назад
Are u mallu?
@rapidflutter
@rapidflutter 3 месяца назад
Yes brother
@ninoarango
@ninoarango 6 месяцев назад
el kupon
@AshikRahman-fw3sv
@AshikRahman-fw3sv 4 месяца назад
flutter windows desktop app
@renedayhoff7629
@renedayhoff7629 6 месяцев назад
😥 Promo*SM
@abdelouahadbakkouch90
@abdelouahadbakkouch90 4 месяца назад
TOOOOOOOOOOOOOOOOOOOOO BAD TUTO TO BAD
@ying954
@ying954 4 месяца назад
The supplied phased action failed with an exception. A problem occurred configuring root project 'android'. Could not resolve all files for configuration ':classpath'. Could not find com.google.gms.google-services:4.4.1:. Required by: project : sir, I get this error and how to solve this?
@rapidflutter
@rapidflutter 4 месяца назад
Please contact me on Instagram rapidflutter Will try to solve
@aadhiganegoda7298
@aadhiganegoda7298 Месяц назад
The supplied phased action failed with an exception. A problem occurred configuring root project 'android'. Could not resolve all files for configuration ':classpath'. Could not find com.google.gms.google-services:4.4.2:. Required by: project : I get this message even after I did everything in the video. Need help!
@rapidflutter
@rapidflutter Месяц назад
Your firebase connection not ready Youneed to confger in gradle.settings file aslo For new version
@user-ef2qf8cv6u
@user-ef2qf8cv6u 24 дня назад
Hi, I faced this problem while i upload product.g.dart file: The method '_$ProductToJson' isn't defined for the type 'Product'.
@rapidflutter
@rapidflutter 24 дня назад
Hell brother Contact me on insta
@udaykiranvanapalli1516
@udaykiranvanapalli1516 6 месяцев назад
flutter pub run build_runner build --delete-conflicting-outputs Deprecated. Use `dart run` instead. Building package executable... (8.0s) Built build_runner:build_runner. [INFO] Generating build script completed, took 369ms [WARNING] Invalidated precompiled build script due to missing asset graph. [INFO] Precompiling build script... completed, took 1.0s [INFO] Building new asset graph completed, took 1.2s [INFO] Checking for unexpected pre-existing outputs. completed, took 1ms [SEVERE] Unhandled build failure! Invalid argument(s): name shouldn't end with a '.' package:logging/src/logger.dart 85:7 new Logger._named package:logging/src/logger.dart 67:47 new Logger. dart:collection _LinkedHashMapMixin.putIfAbsent package:logging/src/logger.dart 67:16 new Logger package:logging/src/logger.dart 96:16 new Logger._named package:logging/src/logger.dart 67:47 new Logger. dart:collection _LinkedHashMapMixin.putIfAbsent package:logging/src/logger.dart 67:16 new Logger package:build_runner_core _SingleBuild._runForInput.. package:pool/pool.dart 127:14 Pool.withResource [SEVERE] Failed after 13.9s these is the error when I run these flutter pub run build_runner build --delete-conflicting-outputs cmd I am stuck with these from the 1 week so please help with these me
@rapidflutter
@rapidflutter 6 месяцев назад
pleas mail us your error and the code to rapidflutter@gmail.com we will try to help you
@user-ws9gb6kx1p
@user-ws9gb6kx1p 4 месяца назад
30:17
@wildwoolf9986
@wildwoolf9986 3 месяца назад
1:51:31
@wildwoolf9986
@wildwoolf9986 3 месяца назад
2:45:15
@user-ws9gb6kx1p
@user-ws9gb6kx1p 4 месяца назад
54:54
Далее
Water powered timers hidden in public restrooms
13:12
Просмотров 669 тыс.
кажется, началось
00:45
Просмотров 1,1 млн
🔴Ютуб закрывают... Пока?
00:39
Просмотров 1,4 млн
Flutter Basic Training - 12 Minute Bootcamp
12:09
Просмотров 865 тыс.
Most overpowered way to build mobile apps?
8:33
Просмотров 752 тыс.
My opinion on Angular 18 & React 19
9:47
Просмотров 53 тыс.
APIs Explained (in 4 Minutes)
3:57
Просмотров 756 тыс.
How ChatGPT Built My App in Minutes 🤯
8:28
Просмотров 2,2 млн
What if my Intel CPU explodes??
14:20
Просмотров 61 тыс.
DHH discusses SQLite (and Stoicism)
54:00
Просмотров 57 тыс.
Node.js is a serious thing now… (2023)
8:18
Просмотров 637 тыс.
кажется, началось
00:45
Просмотров 1,1 млн