ERP-Ukraine / odoo-rpc-dart

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

How to store Odoosession in flutter app #35

Open soufiane0123 opened 1 year ago

soufiane0123 commented 1 year ago

I can not use shared preferences because shared preferences accept only Int , String , Bool and Double

lem8r commented 1 year ago

Dump to/from string or use any other solution. We use hive for session and models. Shared prefs is used as most common example.