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
- Host: GitHub
- URL: https://github.com/dev-adnani/calculator-app-flutter
- Owner: Dev-Adnani
- Created: 2024-01-28T15:34:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:40:31.000Z (about 1 year ago)
- Last Synced: 2025-01-21T15:16:00.839Z (9 months ago)
- Topics: app, calculator-application, calucator-application, flutter, flutter-app, flutter-hive, flutter-provider, hivedb, provider
- Language: C++
- Homepage: https://www.youtube.com/playlist?list=PLLX5PyzD9tT3s1deefgOxQUz4nLfWTQ8q
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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