Skip to content

ubaiddevplus/CalcFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcFlow 🧮

CalcFlow is a modern and clean calculator application, inspired by the Samsung One UI design, built entirely with Flutter.

📱 Features

  • Modern UI: Clean and organized interface.
  • Smooth UX: Responsive and intuitive calculation experience.
  • Performance: Developed with Flutter for high performance and reliability.

📸 Screenshots

CalcFlow UI

📁 Project Structure

lib/
├── core/                          # 🎨 Shared app-wide resources
│   ├── constants/
│   │   └── app_colors.dart        # Color palette
│   └── theme/
│       └── app_theme.dart         # Dark theme config
└── features/
└── calculator/                # 🧮 Calculator feature
├── logic/                 # 🧠 Business logic
│   ├── calculator_logic.dart    # Math engine
│   ├── calculator_provider.dart # Riverpod notifier
│   └── calculator_state.dart    # App state model
├── screens/               # 📱 UI screens
│   └── calculator_screen.dart
└── widgets/               # 🧩 Reusable components
├── buttons.dart
├── calculator_button.dart
├── keyboard.dart
├── my_drawer.dart
└── my_textfield.dart

🛠 Tech Stack

  • Framework: Flutter
  • Language: Dart
  • State Management: Riverpod

About

A clean, simple calculator app inspired by the Samsung Calculator design, built with Flutter.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors