flutter_session icon indicating copy to clipboard operation
flutter_session copied to clipboard

Adds session functionality to Flutter. Works on both mobile, web and (hopefully) desktop apps

Results 13 flutter_session issues
Sort by recently updated
recently updated
newest added

can u guys please update the package to support null safety thank you. ![Screenshot 2022-03-28 100347](https://user-images.githubusercontent.com/69397899/160325972-dc354dbb-0958-473b-9e32-b35eb0b5ae14.png)

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"...

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)