1

The libraries I have seen and use allow to store on local storage, but is there a way to store data easily on session storage with Flutter?

Thank you.

1 Answer 1

1

Check this out: [flutter_session_manager 1.0.3] https://pub.dev/packages/flutter_session_manager but,it also depends upon shared_preferences package

Sign up to request clarification or add additional context in comments.

2 Comments

This stores in Local Storage too. Besides it hasn't been updated in almost 2 years
You can use windows.sessionStorage from 'dart:html' package or else checkout package : pub.dev/packages/session_storage. Checkit out if it satisfy your requirement.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.