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.
- Host: GitHub
- URL: https://github.com/maximoospital/convapp
- Owner: maximoospital
- License: gpl-3.0
- Created: 2022-12-02T13:44:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T03:01:55.000Z (11 months ago)
- Last Synced: 2024-07-18T05:42:25.824Z (11 months ago)
- Topics: android, dart, flutter, flutter-apps
- Language: Dart
- Homepage: https://maximoospital.github.io/Convapp
- Size: 6.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](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


## 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
```[](https://github.com/maximoospital)