Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendly-banana/calculator
small but powerful calculator
https://github.com/friendly-banana/calculator
dart flutter flutter-apps
Last synced: 8 days ago
JSON representation
small but powerful calculator
- Host: GitHub
- URL: https://github.com/friendly-banana/calculator
- Owner: Friendly-Banana
- Created: 2022-10-10T16:03:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T17:52:01.000Z (about 2 years ago)
- Last Synced: 2024-11-07T10:30:58.431Z (about 2 months ago)
- Topics: dart, flutter, flutter-apps
- Language: Dart
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A handy calculator app.## About
- up to 3 lines of expressions
- floats as big as 10e+300
- light and dark mode
- more options in landscape
- special functions like sinus and modulo## Framework
This app uses [Flutter](https://flutter.dev/) and [Dart](https://dart.dev/).
As such, it should work on all platforms Flutter supports.## Screenshots
![Calculator in portrait mode](/imgs/portrait.png)
![Calculator in landscape mode](/imgs/landscape.png)
![Settings](/imgs/settings.png)