Skip to content

A simple flutter calculator app with calculation history

Notifications You must be signed in to change notification settings

zg0ul/calculator_with_history

Repository files navigation

calculator_with_history

Getting Started

This project is a flutter beginner project but with some extra features

features:

  • Themes
  • Swipe to delete
  • Calculation history
  • Access the result of any calculation in the history and use it in a new calculation

The calculation history is saved on the device using the Hive package, which means the history won't be deleted if the app is closed.

Design by Lucia Scott on Dribbble 🏀.

Calculator.mp4