Skip to content

EmanuelJrc/getx_todo_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

A simple todo list app built with Flutter and GetX state management library.

Preview

image 1 image 2

Features

  • Add, edit, and delete tasks
  • Mark tasks as complete
  • Dark mode support
  • Localization support for multiple languages

Getting Started

Prerequisites

  • Flutter SDK installed on your machine
  • GetX Todo List project files

Installation

  1. Clone the repository: 'https://github.com/EmanuelJrc/getx_todo_list.git'

  2. Install dependencies: 'flutter pub get'

Usage

  1. Run the app: 'flutter run'

  2. Add tasks by tapping on the "+" button.

  3. Edit or delete tasks by tapping on them.

  4. Mark tasks as complete by tapping on the checkbox.

Configuration

  • The app uses GetX for state management. You can find more information about GetX here.
  • Localization is implemented using GetX's built-in translation support. You can add translations for additional languages in the app/modules/home/messages.dart file.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Flutter todo list and notes taking app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages