The KCalc Basic Calculator app is a modern app written in Dart with Flutter that aims to be a replacement to the default KCalc KDE app. The app provides standard calculator functionality.
- Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
- Scientific Calculator functionality.
- Conversion between many units of measurement.
- Currency conversion.
- Run the command
flutter build linuxto get a release package - Go to build/linux/x64/release/bundle and rename the built app to kcalc-basic
- Activate the flutter_to_debian flutter package with the following command
dart pub global activate flutter_to_debian - Create the Debian/Kubuntu/Ubuntu deb package:
flutter_to_debian
Version 3.19.5

