ArpedoX / Factorial-Calculator

πŸ”­ A lightweight application where you can perform factorial calculations with huge numbers. It will also be released for other platforms. Stay tuned! πŸ‘‹

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Factorial Calculator

"A factorial application that can even calculate the factorial of factorial..."

Big Factors

πŸ‘‹ It will also be released for other platforms. Stay tuned!

πŸ“ž Contact

πŸ› οΈ Setup

  1. Setup flutter environment for your platform
  2. Clone the repository locally git clone https://github.com/ArpedoX/Factorial-Calculator.git
  3. Open the project in terminal
  4. Run flutter pub get in terminal
  5. Then flutter packages pub run build_runner build --delete-conflicting-outputs (Must be done on each git pull)
  • 6.To build release run
    • For android: flutter build apk
    • For windows: flutter build windows
    • For linux: flutter build linux

About

πŸ”­ A lightweight application where you can perform factorial calculations with huge numbers. It will also be released for other platforms. Stay tuned! πŸ‘‹

License:GNU General Public License v3.0


Languages

Language:Dart 100.0%