Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.12 KB

File metadata and controls

20 lines (13 loc) · 1.12 KB

ProblemsPal

ProblemsPal is a Flutter application designed to help users generate customizable math problems for practice. It supports addition, subtraction, multiplication, and division operations, allowing users to adjust the number of digits and the quantity of problems generated. Additionally, it includes profile support to enable multiple users to save their settings conveniently.

Features

  • Addition, Subtraction, Multiplication, Division: Generate math problems for various operations.
  • Customizable Settings: Users can tweak the number of digits and the quantity of problems generated.
  • Profile Support: Multiple users can save their settings separately for a personalized experience.
  • Simple and Intuitive Interface: User-friendly design for easy navigation and interaction.

Demo Video

ProblemsPal.demo.mp4

Installation

  1. Clone the repository: git clone https://github.com/zillydev/ProblemsPal.git
  2. Open the project in your preferred Flutter IDE (e.g., Android Studio, VS Code).
  3. Run the application on an emulator or physical device.