https://github.com/felipecastrosales/todo_mobx
A Flutter app made with MobX.
https://github.com/felipecastrosales/todo_mobx
Last synced: 3 months ago
JSON representation
A Flutter app made with MobX.
- Host: GitHub
- URL: https://github.com/felipecastrosales/todo_mobx
- Owner: felipecastrosales
- License: mit
- Created: 2020-11-30T14:20:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T18:36:26.000Z (over 1 year ago)
- Last Synced: 2024-06-23T01:49:09.389Z (over 1 year ago)
- Language: C++
- Size: 337 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Todo-MobX
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
- [License 📝](#license-)
---
About 📖
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.---
Preview 📱
![]()
---
Challenges and Learnings along the way 🤯
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!---
How to Use 🤔
```
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
```---
How to Contribute 💪
```
- 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
```---
License 📝
This repository is under MIT license. You can see the LICENSE file for more details. 😉---
>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Creating Android and iOS Apps with Flutter - Create 16 Apps"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios/?referralCode=1355952A966260D40D18)** on **[Udemy](https://www.udemy.com/)**.
If it helped you, give ⭐, contribute, it will help me too 😉---
[](https://www.linkedin.com/in/felipecastrosales/)