A simple Flutter application for managing a list of TODOs. Each TODO can have a title, a description fetched from a random cat fact API.
- Add a TODO with a title and a description(optional random description).
- Display a list of TODOs.
- Remove TODOs from the list by tapping.
- Flutter SDK: Install Flutter
- A code editor like VS Code, Android Studio, or IntelliJ.
-
Clone the repository:
git clone https://github.com/your-username/flutter-todo-app.git cd flutter-todo-app
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
-
Add a TODO
- Enter a title in the text field.
- Click the "Add Todo" button to add a new TODO.
- The description is fetched automatically from a random cat fact API.
-
Remove a TODO
- Tap on a TODO item to remove it from the list.
- http: ^0.13.3
Feel free to submit issues and enhancement requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Andreas Nilsson [email protected]