ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

[Request] Flutter example - Login & session Management #32

Open eipiriru opened 2 years ago

eipiriru commented 2 years ago

Hi... can you provide an example of flutter login management with odoo_rpc? I'm still confused about the best way to work with it

Thank you very much

lem8r commented 2 years ago

Hi,

Here is basing example to store and use session on app launch https://github.com/ERP-Ukraine/odoo-rpc-flutter-demo

Real world app needs state management to show app/login screen depending on login state. It is a case for more advanced demo.

eipiriru commented 2 years ago

Here is basing example to store and use session on app launch

Hi, Thank you for your response. That looks good, I'll try to implement it. Thanks again for the example you provided.