An open API service indexing awesome lists of open source software.

https://github.com/dev-adnani/calculator-app-flutter

Calculator App Built In Flutter Uses Hive As Local DB
https://github.com/dev-adnani/calculator-app-flutter

app calculator-application calucator-application flutter flutter-app flutter-hive flutter-provider hivedb provider

Last synced: 4 months ago
JSON representation

Calculator App Built In Flutter Uses Hive As Local DB

Awesome Lists containing this project

README

          

# Flutter Calculator App

## Features

- Perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Evaluate complex mathematical expressions using the math_expressions package.
- Save calculation history locally using Hive, a lightweight and fast key-value database.

## Dependencies

- [backdrop](https://pub.dev/packages/backdrop): A Flutter widget that implements the Material Design backdrop component.
- [hive](https://pub.dev/packages/hive): A lightweight and blazing fast key-value database for Flutter.
- [hive_flutter](https://pub.dev/packages/hive_flutter): Hive database integration for Flutter applications.
- [math_expressions](https://pub.dev/packages/math_expressions): Parse and evaluate mathematical expressions given as strings.

## Installation

1. Clone this repository to your local machine:

```git clone https://github.com/Dev-Adnani/Calculator-App-Flutter```

2. Navigate to the project directory:

```cd flutter_calculator_app```

3. Install dependencies using Flutter's package manager, pub:

``` flutter pub get ```

4. Run the app on a connected device or emulator:

```flutter run```

## Usage

- Upon launching the app, you'll see a calculator interface where you can input mathematical expressions.
- Perform calculations by tapping on the buttons for numbers and operators.
- Use the equal sign button (=) to evaluate the expression.
- View your calculation history by navigating to the history screen.
- Calculation history is saved locally using Hive, allowing you to access previous calculations even after closing the app.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

## Feedback

If you have any feedback, please reach out to us at dev.adnani26@gmail.com