A simple flutter calculator app.
This is a simple calculator app made using Flutter framework. You can copy, edit, add any customization. To run, simply run:
flutter pub upgrade
flutter pub get
flutter run
To build for multiplatform, run flutter build <As the platform and format you want> --debug
This app has platform support for Windows, Linux, macOS, iOS, Android and Web.