/ConverterNOW

The Unit Converter app: easy, immediate and multi-platform

Primary LanguageDartGNU General Public License v3.0GPL-3.0

Converter NOW

Contributors Open web app Donate paypal

Why Converter NOW

A few years ago I noticed that most of the unit converters on the digital stores were ugly, not immediately usable, with ads and tracking software. I thought it would be a good idea to develop Converter NOW in order to solve all these problems!

🚀 It is made to be easy, fast and immediately useable: just start typing and immediately you have the real-time conversion with all the other units of measurement

🖌️ It is customizable: the units can be reorganized according to your priorities and your use case

🔢 It integrates a Calculator that let you do the calculations in every page

💰 Currency conversions are updated daily

⚫⚪ Choose your favourite theme: dark or white theme

📱🖥️ Full Smartphone, Tablet and Web app support

💯 It is free, no ads, no analytics, no permissions (just Internet to update currency conversions). And first of all it is open source!

Installation

Android

Install the app from the app stores:

Get it on Google Play Get it on F-Droid

Otherwise, if you want to compile the code you first need to install flutter, then you have to disable the signing option in android/app/build.gradle (just comment that line). Then you can type flutter build apk --split-per-abi to compile the code. You can find the output in build/app/outputs/apk/release folder.

Linux

Install the app from the app stores:

Download on Flathub Get it from the Snap Store

Otherwise, if you want to compile the code, you first need to install flutter, then type flutter build linux. You can find the output in build/linux/x64/release/bundle.

Windows

Install the app from the app store:

Get it from the Microsoft Store

Otherwise, if you want to compile the code, you first need to install flutter, then type flutter build windows. You can find the output in build/windows/runner/Release.

Web

You can reach the PWA here.

Otherwise, if you want to compile the code, you first need to install flutter, then type flutter build web. You can find the output in build/web.

iOS and MacOS

The app is not tested against iOS and MacOS, but you should be able to compile it even for these platforms. You first need to install flutter, then generate the platform specific code and then compile them.