Business Challenges with Flutter Coding!
Description: Create a simple Flutter app that calculates a customer's total purchase amount with applied discounts based on the items purchased.
Majority: Calculate the total purchase amount with discounts.
Hint: Use a map to store item prices and discounts, and calculate the total based on the selected items.