flutter_session
flutter_session copied to clipboard
Adds session functionality to Flutter. Works on both mobile, web and (hopefully) desktop apps
can u guys please update the package to support null safety thank you. 
currently the package doesn't support to check if session contains any particular key. for example: ``` bool isset = await FlutterSession().contains('key') ```
am building a Flutter web app and I wanted to add sessions, so I tried adding the flutter_session package using ```flutter pub add flutter_session``` but I get this error ```...
Hello sir. flutter_session seems to be incompatible with other third-party libraries. Can you schedule an update to the null safe version recently? [study] flutter pub get Running "flutter pub get"...
Add remove item function
Clear
Possibility to remove all sessions? SharedPreferences preferences = await SharedPreferences.getInstance(); await preferences.clear();
Is there an option currently?
I use the session to store adminId in one of my apps but after the app *web browser) closes, the session is **not** cleared (user **always** logged in)