wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

RBAC for users permissions management #104

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @wasabeef ,

Hope you are all well !

I was wondering if it would not be a great feature to implement a RBAC control on users.

Some refs:

https://github.com/wilpar/flutter_rbac https://github.com/casbin/dart-casbin What do you think about that ?

Cheers, Luc