HaarigerHarald / fcalc

A flutter calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F Calculator

A Flutter calculator that aims for fast results while offering extended scientific functionality.

Get it on Google Play

* Google Play and the Google Play logo are trademarks of Google LLC.

Build it for Android

First, just follow the Flutter install instructions and install Flutter as well as the Android SDK. If you've done so, clone the repository, connect your Android device and simply:

cd fcalc
flutter pub get
flutter run --release

What about IOS?

I can't confirm that this works as I simply don't own any Apple devices, but if you've set-up Flutter correctly for IOS development the above commands should also work for you.

Modify it

You are highly encouraged to fork the project and adapt the calculator to your liking or add functions and constants that you are currently missing. The project is licensed under the MIT license, which should allow you to do pretty much everything with it.

About

A flutter calculator

License:MIT License


Languages

Language:Dart 97.7%Language:HTML 1.6%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%