Thank you for this awesome series, are you willing to complete all the design patterns. The 23? . Because your explanation is very simple and clear thus easy to understand the complex parts ❤❤
I have a doubt. When using hard-coded values of the widgets, I get overflow error. Also, sometimes the UI doesn't look good on all screen sizes. Should I hard code width and height of widgets, font size of texts or should I use Media query to make it responsive. Example: Containers height can be Mediaquery.size.height * 0.3 instead of 300. I want the UI to be pixel perfect for every mobile screen sizes. How can I achieve this?
For more knowledge on this, I'd highly recommend reading this - discord.com/channels/420324994703163402/421448406506930187/879312204351033374 discord.com/channels/420324994703163402/421445316617961502/905494464729083934
@@RivaanRanawat yup software are also getting very optimised now , currently I have a 8gb ram windows laptop with good processor and it work fine for flutter dev I build a insta clone from your videos.
I have problem if you can help me I created an app have video call with agora and go server like what you did in whatsapp clone Now heroku is given me an application error and the video is black screen
Microsoft Excel is a spreadsheet application that allows you to store, organize, and analyze data. Here are some basic instructions for using Excel: Open Excel. You will see a blank workbook with rows and columns. Each column is labeled with a letter and each row is labeled with a number. Enter data into the spreadsheet. Click on a cell and type in the data you want to enter. You can also copy and paste data from another source, such as a website or another program. Save the workbook. To save the workbook, click on the "File" tab in the top-left corner and select "Save As". Choose a location to save the file and click "Save". Format the data. You can change the appearance of the data in the spreadsheet by using formatting options such as font size, color, and alignment. To access the formatting options, click on the "Home" tab in the ribbon at the top of the screen. Use formulas. Excel allows you to perform calculations on your data using formulas. For example, you can use the SUM formula to add up a range of cells. To enter a formula, click on a cell and type an equal sign (=), followed by the formula and any necessary cell references. Create charts. You can use the data in your spreadsheet to create charts and graphs, which can make it easier to understand and analyze the data. To create a chart, select the data you want to include and then click on the "Insert" tab in the ribbon. Choose the type of chart you want to create and Excel will insert it into the worksheet.
Sir, I just finished learning about the basics of flutter and dart and I'm at the level of being able to create a simple screen navigation app with Firebase Sign-in. I found your channel and viewed the videos. Can you suggest which videos of yours should I start with to follow up my knowledge about flutter and dart,
Can you guide me what to do next I have completed Flutter Course From Udemy By Academind by Maximilian Schwarzmüller How to become better and better in app development
Watch this video till the end as there's an anouncement of a big video! Happy New Year🎉🙂
Let's dicuss more about it here - discord.gg/ZytkFtpdsF
we don't see the 5th episode
It's uploaded on Medium - namanrivaan.medium.com/builder-pattern-in-dart-flutter-why-is-builder-pattern-not-used-anymore-610a133e344c
The explanation for Adapters in real life really helps in understanding
Happy it was helpful!
We are waiting your Ep 7 design pattern. You are awesome bro!
you're amazing 💖 keep going, we're looking to the upcoming videos ...
We are waiting your Ep 7 design pattern. Thank you
Hello. I cant find episode number 5
Here - medium.com/@namanrivaan/builder-pattern-in-dart-flutter-why-is-builder-pattern-not-used-anymore-610a133e344c
@@RivaanRanawat what happened with a youtube video for episode 5?
@@tananga_studio Since Builder pattern is not used in Flutter, I decided to upload it on Medium.
Awesome video, it helps all in certain cases.
Thank you Sai!
I'm excited to learn along the way with u both in RUclips and Udemy. Hope to see another tutorials as soon as possible with flutter and graphql😍
Thanks for the support Alwin🙂
great, continue the serries
I'm waiting for the next behavioral design pattern series, please continue 🥲
Sir your style of teaching is awesome
Please make MVVM architecture design pattern in flutter
After Design Patterns series gets over, I'll be diving into Architectural Patterns.
waos amazing, so its time to practice, thanks profe
Glad it helped!
Please continue the series..
Awesome series 💯/💯
Please upload videos of other design patterns as well if possible. Thanks.
Thank you for this awesome series, are you willing to complete all the design patterns. The 23? . Because your explanation is very simple and clear thus easy to understand the complex parts ❤❤
I will, might take some time but I'll complete this series!
I have a doubt. When using hard-coded values of the widgets, I get overflow error. Also, sometimes the UI doesn't look good on all screen sizes. Should I hard code width and height of widgets, font size of texts or should I use Media query to make it responsive. Example: Containers height can be Mediaquery.size.height * 0.3 instead of 300. I want the UI to be pixel perfect for every mobile screen sizes. How can I achieve this?
For more knowledge on this, I'd highly recommend reading this - discord.com/channels/420324994703163402/421448406506930187/879312204351033374
discord.com/channels/420324994703163402/421445316617961502/905494464729083934
Thank you Dz
Any time
hello sir! it's long time we cant see Ep7 or further Design Pattern videos can you tell me any possibility for further Design patterns videos?
Yeah, my bad! I focused on completing the Flutter Testing Series. However, I will launch a new series only after completing this one. Thanks!
Hey Rivaan how much ram do you have in your macbook , and how much ram you suggest for app development
Mine is 16GB RAM. But I think 8GB works well too.
@@RivaanRanawat yup software are also getting very optimised now , currently I have a 8gb ram windows laptop with good processor and it work fine for flutter dev I build a insta clone from your videos.
I have problem if you can help me
I created an app have video call with agora and go server like what you did in whatsapp clone
Now heroku is given me an application error and the video is black screen
how to use excel sheet
Microsoft Excel is a spreadsheet application that allows you to store, organize, and analyze data. Here are some basic instructions for using Excel:
Open Excel. You will see a blank workbook with rows and columns. Each column is labeled with a letter and each row is labeled with a number.
Enter data into the spreadsheet. Click on a cell and type in the data you want to enter. You can also copy and paste data from another source, such as a website or another program.
Save the workbook. To save the workbook, click on the "File" tab in the top-left corner and select "Save As". Choose a location to save the file and click "Save".
Format the data. You can change the appearance of the data in the spreadsheet by using formatting options such as font size, color, and alignment. To access the formatting options, click on the "Home" tab in the ribbon at the top of the screen.
Use formulas. Excel allows you to perform calculations on your data using formulas. For example, you can use the SUM formula to add up a range of cells. To enter a formula, click on a cell and type an equal sign (=), followed by the formula and any necessary cell references.
Create charts. You can use the data in your spreadsheet to create charts and graphs, which can make it easier to understand and analyze the data. To create a chart, select the data you want to include and then click on the "Insert" tab in the ribbon. Choose the type of chart you want to create and Excel will insert it into the worksheet.
This is what ChatGPT said when I asked the above question.
i didnt want an answer from chatGPT
Sir, I just finished learning about the basics of flutter and dart and I'm at the level of being able to create a simple screen navigation app with Firebase Sign-in. I found your channel and viewed the videos. Can you suggest which videos of yours should I start with to follow up my knowledge about flutter and dart,
I think Instagram Clone is suitable for beginners in Firebase
Please make videos about redirect from sign in to sign up and to home, and redirect at go route level in go router. Thank
Keep Going
Thanks Ritesh!
Bro I am watching your what's app video I am stuck at 5:0:0 and not get the chat from firebase how fix it
Can you provide more context about your error?
thanks sir
Thanks for the support Sadid!
The most exciting part was 03:02 && 12:01
Happy you liked it! I'm excited to release too.
Hey man could you please make a video on Cloud Firestore rules please
Sure! Thanks for the request!
Thank u
Most welcome!
bro where is ep 5?
Medium link to ep 5 was mentioned in ep 4 comment section.
Awesome video❤️ Any plan for webrtc?,
Yes, cannot give an exact date, but it's in my list and should be out really soon.
Cool video!! Lets do ChatGPT!!!
Trying some stuff with it already!
yes, a useful thing, I just ran into the problem of having to transfer different models to one page
Just use factory constructors. Much less boilerplate.
Next ep pls
Will be back with it in a couple of weeks.
Bro please make a home services app with backend..
Love from Bangladesh 🇧🇩
Noted!
@@RivaanRanawat thank you so much dada .. I'm waiting
Can you guide me what to do next
I have completed Flutter Course From Udemy By Academind by Maximilian Schwarzmüller
How to become better and better in app development
Start by building your own projects, consistently try to improve yourself and try new things out in those projects.
Bro happy new year twitter tutorial bro
This month. Hoping to release before 25th Jan. Work is already in progress. Will share glimpses of the app really soon.
Make video Hindi
Noted!