mhadaily/flutter-architecture-ddd

question rbac architecture

Opened this issue · 1 comments

Hi @mhadaily ,

Hope you are all well !

I am just dropping this message as I would like to create a teampass (https://teampass.net/) clone with flutter.

What would you advice me to use as an architecture for managing permission rights to items categories with view/edit/delete capability. I found flutter_rbac or dart-casbin

Screenshot of teampass:

pf_tp_5

Thanks for any insights or inputs to help me to boostrap this project.

Cheers,
Luc

Hi,

It seems both libraries that you mentioned are doing the job for you. Are you looking for a more specific feature?
You can also implement it yourself simpler by in your domain layer for example.