jonataslaw / get_storage

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

FAILURE: Build failed with an exception. with get_storage 2.1.0 #125

Closed dwzrlp closed 1 year ago

dwzrlp commented 1 year ago

For Android: ../../.pub-cache/hosted/pub.dev/get_storage-2.1.0/lib/src/storage/io.dart:24:15: Error: Method 'clear' cannot be called on 'Map<String, dynamic>?' because it is potentially null.

FAILURE: Build failed with an exception.

For iOS:

Could not build the precompiled application for the device. Error (Xcode): ../../.pub-cache/hosted/pub.dev/get_storage-2.1.0/lib/src/storage/io.dart:24:15: Error: Method 'clear' cannot be called on 'Map<String, dynamic>?' because it is potentially null.

jonataslaw commented 1 year ago

Could you please to test the version 2.1.1?

dwzrlp commented 1 year ago

Could you please to test the version 2.1.1?

Version 2.1.1 works fine. Thanks