There is only one primary goal why developers need sessions and that is to be able to store information somewhere and make sure they persist and is accessible any time during the application’s lifetime. Too bad that at the time of writing, session is not yet natively supported in Flutter.

Coming in primarilly from a backend-dominated background, my journey to Flutter led me to develop Flutter Session, the easiest way to add session support to Flutter. It’s a light-weight and easy-to-use Dart package that makes it easy to add session functionality to Flutter as global and persistent store for session data and make sure they survive even after navigating to other pages.

Let’s start.

#flutter #dart #mobile-apps #developer

Introducing Session to Flutter
13.20 GEEK