Quick app to calculate discounts
Run the app with the following command:
flutter run
- Enter the original price of the item
- Enter the discounted price
- App will store the discount percentage and the amount saved
- Add notes to the transaction
- Delete transactions
Want to run this on web? Go to https://josephvalle.github.io/discount-calculator-flutter/ to see the app in action
- The app uses the
flutter_bloc
package for state management - For local storage, the app uses the
sqflite
package