Skip to content

Project made for the Systems and Interactive Technologies course from Master's Degree in Informatics Engineering

License

Notifications You must be signed in to change notification settings

nelson-vieira/flutter-calculator

Repository files navigation

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==

About

Project made for the Systems and Interactive Technologies course from Master's Degree in Informatics Engineering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published