Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create Car Rent application using Flutter that imeets the following requirements. Task1: Each Car is described by by ID, CarModel, CarColor, Year, Price and
Create Car Rent application using Flutter that imeets the following requirements. Task1: Each Car is described by by ID, CarModel, CarColor, Year, Price and Image. It is your responsibility to assign the correct type for each property. Task2: The Applicatin should be designed as Drawer App with two memm items: All cars, and Basket as shown in Figure 1: Car Rent RENT 15 header two f items Al Cars Reskte 16 Figl. Shell App. Task 3: The all car" page is shown in Figure 2 which contais List view to show all cars stored in Sqlite Data base. a. Here, you shoukl already insert at least five different cars in the database. b. When User clic ss on the rent button, that car details are added to the Basket. c. No more than two cars can be rented. d. There is search bar on Navigation bar allows user to svarch for a specific car model.
Step by Step Solution
★★★★★
3.46 Rating (153 Votes )
There are 3 Steps involved in it
Step: 1
solution is given below import javautil class Car private String make private String model private String regNo private int deposit private int rate p...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started