This article will be show how to design UI part of the Rent a car application. This application UI is taken from dribble and done by Andrija Prelec .
In here you will get an idea of developing a tinder like swipe card app using flutter.
There are two part of this application. First Part is developing the vehicle card view like tinder cards and the second part is to show the details of the vehicle when tap top of the card.
I this it better to check this youtube tutorial and you can get better idea from that.
This is the first part
This is the second part which shows the implementation of the details view.
In here you will learn the way of changing the bottomsheet code to adjust the height based on the content. The default bottomsheet max height is the half of the screen. But you can learn how to extend that to get the full height and wrap the content to adjust the height based on the content. I have a seperate article to discuss this also.
How to replace placeholders in Javascript
Different methods of replacing placeholder in Javascript
Read More
3 ways to Clone Array in Javascript
Different ways to clone array and array of object in Javascript.
Read More
How to create Hyperlink for Text in Flutter
Create a hyperlink for inline text using build-in widget and using some libraries.
Read More
Create a Illustrator for web and mobile application in Adobe XD
Create an illustrator design using Adobe XD
Read More
Flutter how to change App display name
How to change the app display name in android and ios app in Flutter
Read More
Flutter disable and enable button programmatically
How to Disable and enable button in Flutter programmatically
Read More
Flutter create a timeline widget without using a plugin
Create a own timeline widget with icon and card without using a widget
Read More