File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/shared_preferences/shared_preferences_android Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 2.0.14
22
3+ * Fixes typo in ` SharedPreferencesAndroid ` docs.
34* Updates code for ` no_leading_underscores_for_local_identifiers ` lint.
45
56## 2.0.13
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'package:shared_preferences_platform_interface/shared_preferences_platfor
1010const MethodChannel _kChannel =
1111 MethodChannel ('plugins.flutter.io/shared_preferences_android' );
1212
13- /// The macOS implementation of [SharedPreferencesStorePlatform] .
13+ /// The Android implementation of [SharedPreferencesStorePlatform] .
1414///
1515/// This class implements the `package:shared_preferences` functionality for Android.
1616class SharedPreferencesAndroid extends SharedPreferencesStorePlatform {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: shared_preferences_android
22description : Android implementation of the shared_preferences plugin
33repository : https://github.com/flutter/plugins/tree/main/packages/shared_preferences/shared_preferences_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
5- version : 2.0.13
5+ version : 2.0.14
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments