How to save to web local storage in flutter web

后端 未结 6 1997
渐次进展
渐次进展 2020-12-30 01:02

I have a web site built with flutter for web and currently, am trying to save to web local storage or cookie but can\'t seem to find any plugin or way to ar

6条回答
  •  旧巷少年郎
    2020-12-30 01:38

    After upgrading to flutter 1.9, 'dart:html' is not compiled anymore as it is not part of dart SDK that shipped with Flutter. We can use this package at the moment as it support Android, IOS and WEB: crypted_preferences

提交回复
热议问题