An open API service indexing awesome lists of open source software.

https://github.com/maximoospital/convapp

A minimalist, lightweight and multi-platform real-time unit conversion app that keeps it simple and useful.
https://github.com/maximoospital/convapp

android dart flutter flutter-apps

Last synced: 6 months ago
JSON representation

A minimalist, lightweight and multi-platform real-time unit conversion app that keeps it simple and useful.

Awesome Lists containing this project

README

        

# [![Logo](https://i.imgur.com/OJSIPTd.png)](https://maximoospital.github.io/Convapp/)

### A minimalist, lightweight and multi-platform real-time unit conversion app that keeps it simple and useful.
[Visit the app](https://maximoospital.github.io/Convapp/) |
[Download the app (Android only)](https://github.com/maximoospital/Convapp/releases)
## Features

- Minimalistic style
- Made in Flutter to run natively on phones as a very lightweight app, at about 7mb.
- Real-time conversion
- Four different types of units to convert.
- Light and Dark modes.
- Based on my own original Figma prototype you can find [here](https://www.figma.com/file/PdgujTrRQY92MWmm6wC36P/Convapp?node-id=0%3A1&t=ZBfjXwgqoq0ZnP0U-1)

## Screenshots

![App Screenshot](https://i.imgur.com/2WxmTyx.png)

![App Screenshot](https://i.imgur.com/r7P4MyV.png)

## Libraries used

- [Flutter](https://github.com/flutter/flutter)
- [Google Fonts](https://github.com/material-foundation/google-fonts-flutter)
- [Flutter_Native_Splash](https://github.com/jonbhanson/flutter_native_splash)

## Run locally (as an Android app)

You can download the version that bests suits your phone's architecture from the [Releases](https://github.com/maximoospital/Convapp/releases) tab, and install it as an APK.

## Run locally (as a webapp)

You will need flutter installed in your computer to run this app.

Clone the project

```bash
git clone https://github.com/maximoospital/Convapp.git
```

Go to the project directory

```bash
cd Convapp
```

Install requirements

```bash
flutter pub get
```
Run app

```bash
flutter run -d chrome
```

Visit app

```bash
localhost:59636
```

[![Logo](https://i.imgur.com/XlF4lM5.png)](https://github.com/maximoospital)