Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 983 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 983 Bytes

Flutter calculator

Project made for the Systems and Interactive Technologies course from Master's in Informatics Engineering
This project is a simple calculator where you can add, subtract, multiply, divide and %

Installation

Make sure you have Flutter SDK installed on your machine, if you don't have it installed you can follow these instructions: https://docs.flutter.dev/get-started/install

git clone https://github.com/nelson-vieira/flutter-calculator.git
  1. cd flutter-calculator

  2. flutter build appbundle or flutter build apk --split-per-abi

  3. Connect your Android device to the computer with a USB cable

    Make sure you have Developer Mode active and you have enabled USB Debugging

  4. flutter install

OR

  1. cd flutter-calculator
  2. flutter build apk --split-per-abi
  3. Connect your Android device to the computer with a USB cable
  4. Copy the app APK to your phone located in ==./build/app/outputs/bundle/release/app.aab==