jonataslaw / get_storage

A fast, extra light and synchronous key-value storage to Get framework
MIT License
369 stars 83 forks source link

Fix can't be assigned to a variable of type 'Map<String, dynamic>' on Get ^5 #122

Closed gabriieelreeis closed 1 year ago

gabriieelreeis commented 1 year ago

Error: A value of type 'Map<String, dynamic>?' can't be assigned to a variable of type 'Map<String, dynamic>' because 'Map<String, dynamic>?' is nullable and 'Map<String, dynamic>' isn't. ../…/storage/io.dart:104

jonataslaw commented 1 year ago

Thank you for your contribution! LGTM