AltMe icon indicating copy to clipboard operation
AltMe copied to clipboard

cache management for statusList is causing issue on flutter secure storage readAll on iOS

Open hawkbee1 opened this issue 1 year ago • 2 comments

Disabling those lines to prevent flutter secure storage issue on iOS

  // final expiry =
  //     DateTime.now().add(const Duration(days: 2)).millisecondsSinceEpoch;

  // final value = {'expiry': expiry, 'data': response.data};
  // await secureStorageProvider.set(uri, jsonEncode(value));

hawkbee1 avatar May 17 '24 12:05 hawkbee1

#2657

hawkbee1 avatar May 17 '24 12:05 hawkbee1

#2660

hawkbee1 avatar May 17 '24 12:05 hawkbee1