Question: I need this in flutter as a code please Develop a Flutter mobile app project. The project aims to showcase your expertise in developing mobile
Develop a Flutter mobile app project. The project aims to showcase your expertise in developing mobile apps. These apps may include, but are not limited to, eLibrary, Point of Sale (POS), Payroll, Inventory, Fixed Assets, and E-Commerce. The developed app should satisfy the following criteria: A. [2 POINTS] The app should include at least 2 pages: (a) List page; (b) Add page. B. [4 POINTS] The List Page should include a list of items of your own choice (such as Books, Cars, Students, etc.). Each item should appear as a card displaying at least three attributes. Each item should have at least four attributes as follows: an integer id, a string attribute, a boolean attribute, and an attribute of type double. C. [2 POINTS] The List Page should support the following gestures: a. onSwipe: Use swipe (Start-to-end) to dismiss the selected item. It would be best to show an alert dialog, asking the user to confirm the item deletion. If the user press yes, delete the selected item; otherwise, close the dialog, and return to the List Page. D. [2 POINTS] The List Page should include a FloatingActionButton. Once the user tab on this button, the Add new Page should be open, allowing the user to fill in the new item information and return to the List Page to display the new item in the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
