mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.4k stars 310 forks source link

Projects using MobX.dart #168

Closed pavanpodila closed 2 years ago

pavanpodila commented 5 years ago

It's awesome to see a community building up around MobX for the Dart and Flutter platforms. 🚀

If you can share about your project, please do comment and let us all know. I am sure it's a diverse world out there. We would love to see all the places where it is being used 🙏.

A section on mobx.pub will be created too.

pavanpodila commented 5 years ago

📷 SeizeYourSpace: a fun app to capture candidate details at a conference booth, with a Selfie 🤳

patelmanjeet commented 5 years ago

Need some more example with CRUD + Rest API + Providers (MultiProvider) + Pagination/Infinite scroll data + Organizing Stores

coyksdev commented 5 years ago

ExpansionPanel: Sample of using Mobx in ExpansionPanel. Open for comments and suggestions. Thanks!

MaikuB commented 5 years ago

I've done a simple hacker news one that uses provider and loads more stories upon scrolling here

Note: i'm aware there's an existing example but I haven't seen one making use of provider and pagination that would be similar to what @patelmanjeet is asking about

taliptako commented 5 years ago

UniQuote A Quote Database that you can create your favorite list and follow specific tags or users

amondnet commented 5 years ago

Diet Friends (다이어트 프렌즈) is a chatbot app to help your diet. Currently only Korean is supported.

bbedward commented 5 years ago

Blaise - a wallet for the PascalCoin cryptocurrency is using mobx. Source available here

ibhavikmakwana commented 5 years ago

It's all widgets - podcast - It's a Flutter app that lists all the Flutter Podcast from the itsallwidgets that is hosted by the Hillel Coren.

Source code available here.

jaumard commented 5 years ago

L.I.S.A. - It's a Home Automation System based on voice recognition available in mobile/desktop (and web ish lool)

kaarimtareek commented 5 years ago

i've made simple app with json placeholder api simple_app with mobx ,well structured and well organized (as i hope) .

em-ka commented 4 years ago

Beer diary - Free app for finding out what beer is on offer in your area and keeping your beer consumption stats. Made for Android and iOS. Thank you all, MobX.dart makes Flutter state-management painless.

andredealmei commented 4 years ago

SISLoja is a business management application built with slidy,modular and MobX

Bryanx commented 4 years ago

I am creating a plant management app here. It has integration with SQLite. At the moment trying to find out how to integrate authentication and firebase in this.

ibhavikmakwana commented 4 years ago

I have been working on the boilerplate project includes MobX as a primary state management. Right now has a below features:

Init application flow.
Dummy Login flow with validations,
Fetching data from internet using http,
Changing theme (Dark/Light/System)
dukaric1991 commented 4 years ago

Tennboard App for tennis players to create their own clubs and invite friends :)

tomwyr commented 4 years ago

Pinger - ping command utility app.

polilluminato commented 4 years ago

Wassword - Wonderful Password Generator: you can easily generate complex passwords and use them for your online accounts. Choose length and chars to be used and generate your passwords safely. Everything works offline and nothing is shared, your safety comes first.

I've got also a GitHub repo: wassword-flutter.

leonardocustodio commented 4 years ago

picPics - Photo Manager uses MobX to manage its states. Since there were too many things happening in parallel MobX helped to organize the code as well as avoiding rebuilding the widget tree too many times. Improving the app performance a lot.

HrX03 commented 3 years ago

Leaflet, a full fledged notes app, for android, ios, macos, windows and linux. Uses mobx to manage preferences, app data, device info and similar stuff.

rootasjey commented 3 years ago

img fig.style is a quotes app & service available on iOS, Android & web. A REST API is on its way (code source).

fzyzcjy commented 2 years ago

My app (to be released officially later) is using it. It has more than 100k lines of Flutter code, with complex logic and user interactions. Mobx is very helpful when building this app!