[shared_preferences] Remove BigInt and Set<String> support from Android implementation #124420
Labels
p: requires breaking change
A change that should be batched into the next breaking change to this package
p: shared_preferences
Plugin to read and write Shared Preferences
P3
Issues that are less important to the Flutter project
package
flutter/packages repository. See also p: labels.
team-ecosystem
Owned by Ecosystem team
triaged-ecosystem
Triaged by Ecosystem team
There's code in the Android implementation from many years ago that supported storing and retrieving BigInteger values. But since at least January 2018 it hasn't been possible to save such a value. We're going to remove the dead code for setting it, but technically removing the reading code is breaking since someone could, in theory, have a 6 year old pref that they are reading as a string (and have never written again?)
The next time we are doing a breaking change to
shared_preferences
for any other reason, we should remove that code.The text was updated successfully, but these errors were encountered: