Skip to content

Commit

Permalink
check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Jan 12, 2025
1 parent 03733cf commit 68fb627
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 101 deletions.
2 changes: 1 addition & 1 deletion integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void main() {
await tester.tap(devicesButton);
await tester.pump();
expect(find.byType(AdaptiveListTile), findsAny);
await tester.pumpAndSettle(const Duration(seconds: 10));
await tester.pumpAndSettle(const Duration(seconds: 20));
await tester.pump();
expect(find.byType(AdaptiveListTile), findsAtLeast(2));

Expand Down
4 changes: 2 additions & 2 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- flutter_timezone (0.1.0):
- FlutterMacOS
- FlutterMacOS (1.0.0)
- in_app_review (0.2.0):
- in_app_review (2.0.0):
- FlutterMacOS
- isar_flutter_libs (1.0.0):
- FlutterMacOS
Expand Down Expand Up @@ -64,7 +64,7 @@ SPEC CHECKSUMS:
flutter_local_notifications: 7062189aabf7f50938a7b8b6614ffa97656eb0bf
flutter_timezone: 6b906d1740654acb16e50b639835628fea851037
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
in_app_review: a850789fad746e89bce03d4aeee8078b45a53fd0
in_app_review: a6a031b9acd03c7d103e341aa334adf2c493fb93
isar_flutter_libs: 43385c99864c168fadba7c9adeddc5d38838ca6a
network_info_plus: 2cb02d8435635eae13b3b79279681985121cf30c
nsd_macos: 1a38a38a33adbb396b4c6f303bc076073514cadc
Expand Down
4 changes: 4 additions & 0 deletions macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}

override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}
Loading

0 comments on commit 68fb627

Please sign in to comment.