Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deriegle/flutter-calculator
Calculator App built with Flutter
https://github.com/deriegle/flutter-calculator
calculator flutter math mobile mobile-app mobile-development
Last synced: 8 days ago
JSON representation
Calculator App built with Flutter
- Host: GitHub
- URL: https://github.com/deriegle/flutter-calculator
- Owner: deriegle
- License: mit
- Created: 2019-03-17T19:29:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T23:52:08.000Z (24 days ago)
- Last Synced: 2024-10-17T10:58:54.849Z (22 days ago)
- Topics: calculator, flutter, math, mobile, mobile-app, mobile-development
- Language: Dart
- Homepage: https://github.com/deriegle/flutter-calculator
- Size: 887 KB
- Stars: 59
- Watchers: 3
- Forks: 23
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Calculator App built with Flutter
This is a calculator test application built using Flutter.
As a test of the framework, I wanted to implement something simple that would help me get the basics down.## Running the app
Follow the steps below to run the app on your local machine.
You'll need to make sure you have flutter installed and either Android Studio and XCode installed to test this application in a simulator.
Let me know if you encounter issues with the calculator1. Make sure to have `flutter` installed on your machine
2. Clone the repo to your local machine
3. Open an emulator and run `flutter run` within the cloned repo's folder.
4. Try it out.| Calculator Screen | History Screen |
| --- | --- |
| ![image](images/calculator.png) | ![history](images/history.png) |