simple calculator application that has two themes, namely a light theme and a dark theme
- Addition
- Subtraction
- Multiplication
- Division
- Works Offline, all data stored on your devices
| Dark | Light |
|---|---|
![]() |
![]() |
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from master branch.
git clone https://github.com/technowstack/calculator-getx.git
- Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run



