Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 508 Bytes

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