Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
review comments
  • Loading branch information
kenzieschmoll committed Jan 31, 2025
commit 68d0dc7a34581647b7906535681723859688a167
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.5.2

* Fixed a bug in the example app.
* Fixes a bug in the example app.

## 2.5.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter_test/flutter_test.dart';
import 'package:shared_preferences_example/main.dart';
import 'package:shared_preferences_platform_interface/shared_preferences_async_platform_interface.dart';

import '../..//test/shared_preferences_async_test.dart';
import '../../test/shared_preferences_async_test.dart';

void main() {
group('SharedPreferences example app', () {
Expand Down