Skip to content

This is a very simple calculator app developed using Flutter and Dart SDK.

Notifications You must be signed in to change notification settings

rafsanislam09/calculator

Repository files navigation

Flutter Calculator

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. image