- About 📖
- Preview 📱
- Challenges and Learnings along the way 🤯
- How to Use 🤔
- How to Contribute 💪
- License 📝
This is a simple ToDo App developed with Flutter using Mob-X, where I had a great introduction to how it works, is a very simple, fast, easy and practical to use state manager.
Knowing something new usually brings us many challenges. And so, they come, and our mission is to solve problems, not just as programmers. And with it, the new one I met was Mob-X.
At first it was a challenge, because I had only done half of the app, and it came as sensational opportunity that I couldn't pass up. Anyway, understanding Mob-X and how it works in simple and practical, using your awesome Core Concept.
This was undoubtedly the State Manager that I enj using most so far, but there are still a few more to discover, so let's continue with this learning, which be continous!
First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/todo_mobx
- Enter in directory:
$ cd todo_mobx
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Creating Android and iOS Apps with Flutter - Create 16 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too 😉