Replace secure storage with encripted db

This commit is contained in:
Yegor Vialov
2020-05-28 20:23:13 +00:00
parent 7ffba397ce
commit fb00b5d9ff
5 changed files with 22 additions and 34 deletions

View File

@ -654,6 +654,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
@override
void dispose() {
WidgetsBinding.instance.removeObserver(this);
Hive.close();
//final flutterWebviewPlugin = new FlutterWebviewPlugin();
//flutterWebviewPlugin.dispose();
_viewsTabController?.dispose();