This is a project that must have the ability to identify if a word "entered by command window" is a palindrome, in addition to that, if it is not a palindrome it must show the user the corresponding error and stop the execution of the program.
- Identify when a text is valid.
- Identify when a text contains only letters.
- Reverse a text.
- Identify if a text is a palindrome.
- Handling errors from a class of its own.
dart run
To run the script it is necessary "inside the project folder" to execute the dart run command
- Veerne