Built for people who want more than just basic math. Whether you're splitting a bill, converting units, checking live exchange rates, or crunching trig functions β Precision handles it all from one sleek dark-themed interface.
A single dark-themed interface with four full-featured calculators. Responsive layout that adapts between bottom navigation on mobile and top tabs on wider screens.
Real screenshots straight from the app. Swipe through all four modes and see exactly what you're downloading.
Release history fetched live from GitHub β this list updates automatically whenever a new version ships.
Flutter 3.x + Android SDK (API 21+). Clone, get dependencies, run. For live currency rates, grab a free API key from freecurrencyapi.com and add it to lib/constants/api_keys.dart.
# Clone the repo git clone https://github.com/jayshivram/Precision.git cd Precision # Install dependencies flutter pub get # Run in debug mode flutter run # Build a signed release APK flutter build apk --release
Download the signed APK directly. Just enable "Install from unknown sources" in Android settings, install, and go.
Contributors fetched live from GitHub.