karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.55k stars 10.52k forks source link

teampass clone in flutter #173

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @karan ,

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 per categories or items. I found flutter_rbac or dart-casbin and animated_tree_view

Screenshot of teampass: pf_tp_5

The bottleneck I see, is that have I have 30k items to hook in the the tree view. Is It possible to make the tree view searchable ?

Do you think that flutter-entity-model-structure can be a good core ?

Thanks for any insights or inputs to help me to bootstrap such project.

Cheers, Luc