That's a good question. Thanks for asking.
We've built a flutter app previously, and now it's in production. So I made a starter-kit from it and thereby giving us a headstart. The kit includes
- Multiple reusable widgets.
- State management. (Provider)
- Caching in the device (HiveDB)
and a lot of boilerplate code.
Sorry for being very brief with the flutter part. I'll add this to the post
Allan Camilo
software engineer
How did isolated data of each tenant? Did You developed some other logic in the middle were or you just use the query params to check whether a user is attempting to fetch his organization data?