A Flutter application that generates simple arithmetic expressions to use for exercising the basic arithmetic operations.
To use the application, you need to have Flutter installed on your machine. If you don't have it, you can follow the instructions on the Flutter website.
After installing Flutter, you can clone the repository and run the application on your device or emulator.
Allows generating multiple expressions at once.
- Also hides the different operands to make it more challenging.
- Allows hiding only the result.
- Allows changing the maximum operand value.
Provides a way to answer a generated expression in the app, only if a single expression was generated.
Allows recognizing numbers by counting a random number of objects.