Skip to content

Commit

Permalink
ignore: deprecated_member_use for flutter_device_preview
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizu-saffle committed Jun 10, 2023
1 parent 877e62c commit 624f9fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/trip_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ class _TripApp extends ConsumerWidget {
),
);
},
// https://github.com/aloisdeniel/flutter_device_preview/issues/226
// ignore: deprecated_member_use
useInheritedMediaQuery: true,
locale: DevicePreview.locale(context),
);
Expand Down

0 comments on commit 624f9fe

Please sign in to comment.