Advanced Division
Divide two numbers using recurring decimals.
Building instructions for Linux
- If you don’t have Flutter already installed, read the official installation guide
- Download this repository as an archive or using
git clone
- Run the
init-flutter.sh
script to initialize Flutter - You can run a debug version by calling
flutter run -d linux
from inside the newly created advdiv directory - Build the app with
flutter build linux
Building instructions for Android (on Linux)
- If you don’t have Flutter already installed, read the official installation guide
- Download this repository as an archive or using
git clone
- Run the
init-flutter.sh
script to initialize Flutter - Build the app with
flutter build apk
Learn more: https://advdiv.ratajs.cz/