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!
Install the app from the app stores:
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.
Install the app from the app stores:
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
.
Install the app from the app 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
.
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
.
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.