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 %
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
-
cd flutter-calculator
-
flutter build appbundle
orflutter build apk --split-per-abi
-
Connect your Android device to the computer with a USB cable
Make sure you have Developer Mode active and you have enabled USB Debugging
-
flutter install
OR
cd flutter-calculator
flutter build apk --split-per-abi
- Connect your Android device to the computer with a USB cable
- Copy the app APK to your phone located in ==./build/app/outputs/bundle/release/app.aab==