Smart. Beautiful. Powerful.
A modern, beautifully designed calculator app built with Flutter. Calcify combines elegant UI with powerful functionality, offering both basic and scientific calculation modes.
- Addition, subtraction, multiplication, division
- Percentage calculations
- Plus/minus toggle
- Decimal support
- Backspace functionality
- Clear function
- Trigonometric functions: sin, cos, tan
- Logarithmic functions: log (base 10), ln (natural log)
- Power functions: x², x³, x^y, 10^x, e^x
- Other functions: Square root (√), factorial (x!), reciprocal (1/x), absolute value (|x|)
- Constants: π (pi), e (Euler's number)
- Angle modes: Radians (RAD) and Degrees (DEG)
- Beautiful gradient dark theme
- Animated splash screen with logo
- Smooth button press animations with haptic feedback
- Gradient text display for results
- Responsive design
- Clean and intuitive interface
- Flutter SDK (^3.8.1)
- Dart SDK
- Android Studio / VS Code with Flutter extension
- Clone the repository:
git clone https://github.com/stackmasteraliza/calcify.git- Navigate to the project directory:
cd calcify- Install dependencies:
flutter pub get- Run the app:
flutter runflutter build apk --releaseflutter build ios --release- Framework: Flutter
- Language: Dart
- State Management: setState (StatefulWidget)
- Animations: Built-in Flutter animations
lib/
└── main.dart # Main application file containing all screens and widgets
├── CalculatorApp # Main app widget
├── SplashScreen # Animated splash screen
├── CalculatorScreen # Main calculator interface
├── CalculatorButton # Custom animated button widget
└── PoliciesScreen # Privacy policy and app info
Calcify does not collect, store, or share any personal data. All calculations are performed locally on your device. We respect your privacy and do not track your usage.
This project is open source and available under the MIT License.
Made with Flutter
Version: 1.0.0





