FLUTTER ECOSYSTEM

maximoospital/Convapp

간결하고 가벼우며 다중 플랫폼에서 실시간 단위 변환을 지원하는 간단하고 유용한 앱입니다.

Convapp 프로젝트 이미지
Stars
3
Forks
0
최근 푸시(UTC)
2024. 7. 17.
프로젝트 상태
활성
Maximo Andreas Ospital GitHub avatar
GITHUB User

Maximo Andreas Ospital ↗

circa 2003, made in Argentina. UBA Exactas - Computacion. Actualmente rediseñando un par de cosas lol.

언어DartC++CMakeHTMLCSSJavaCJavaScriptKotlin

기술 주제

사용 중인 의존성

의존성 목록 5 개

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Logo

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

Visit the app | Download the app (Android only)

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

Screenshots

App Screenshot

App Screenshot

Libraries used

Run locally (as an Android app)

You can download the version that bests suits your phone's architecture from the 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

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

Go to the project directory

  cd Convapp

Install requirements

  flutter pub get

Run app

  flutter run -d chrome

Visit app

  localhost:59636

Logo