mobileappdevhm / team2

A Flutter app providing international students with a timetable and the opportunity to sign up to courses.
https://mobileappdevhm.github.io/team2/
9 stars 5 forks source link

Cache Settings using the Shared Preferences package #188

Open Gleydar opened 6 years ago

Gleydar commented 6 years ago

Currently, as we have issues loading the Settings on startup, we should cache the preferences (user, its login key and settings) using that package and invalidate data on logout.

Gleydar commented 6 years ago

https://pub.dartlang.org/packages/shared_preferences

Gleydar commented 6 years ago

Will be closed by #168