Skip to content

Commit

Permalink
chore: bump flutter to 3.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Feb 14, 2025
1 parent 1469504 commit e4a03b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/features/analytics/show_feedback_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class ShowFeedbackTile extends StatelessWidget {
return WideTileCard(
title: context.localize.bug_report_title,
subtitle: context.localize.bug_report_subtitle,
onTap: () {
Wiredash.of(context).show(
onTap: () async {
return Wiredash.of(context).show(
options: WiredashFeedbackOptions(
labels: context.labels,
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version: 1.1.13+68

environment:
sdk: ^3.5.3
flutter: 3.27.0
flutter: 3.27.4
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
Expand Down

0 comments on commit e4a03b4

Please sign in to comment.