Skip to content

Commit

Permalink
chore: flutter v3.22.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jul 20, 2024
1 parent fe61c2f commit 84e0d47
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.956.0)
aws-sdk-core (3.201.1)
aws-partitions (1.957.0)
aws-sdk-core (3.201.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1105,10 +1105,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "22e2ecac9419b4246d7c22bfbbda589e3acf5c0351137d87dd2939d984d37c3b"
sha256: "034650b71e73629ca08a0bd789fd1d83cc63c2d1e405946f7cef7bc37432f93a"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.0"
shared_preferences_web:
dependency: transitive
description:
Expand Down Expand Up @@ -1308,10 +1308,10 @@ packages:
dependency: transitive
description:
name: url_launcher_android
sha256: eac82dc8e5f48818054f46021e9e5f34c239f8d301e7e29165b977c8d1189fed
sha256: "95d8027db36a0e52caf55680f91e33ea6aa12a3ce608c90b06f4e429a21067ac"
url: "https://pub.dev"
source: hosted
version: "6.3.4"
version: "6.3.5"
url_launcher_ios:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
flutter_local_notifications: ^17.2.1+2
flutter_localizations:
sdk: flutter
flutter_timezone: ^2.0.1
flutter_timezone: ^2.1.0
flutter_web_plugins:
sdk: flutter
flutter_widget_from_html: ^0.15.1
Expand All @@ -36,8 +36,8 @@ dependencies:
quiver: ^3.2.1
rainbow_color: ^2.0.1
record: ^5.1.2
sentry_flutter: ^8.3.0
sentry_logging: ^8.3.0
sentry_flutter: ^8.4.0
sentry_logging: ^8.4.0
shared_preferences: ^2.2.3
studyu_core: ^4.4.4
studyu_flutter_common: ^1.8.5
Expand Down
4 changes: 2 additions & 2 deletions core/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ packages:
dependency: transitive
description:
name: graphs
sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19
sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "2.3.2"
http:
dependency: transitive
description:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import 'package:flutter/material.dart';
import 'package:studyu_designer_v2/common_views/striped_gradient.dart';
import 'package:studyu_designer_v2/features/monitor/participant/colors.dart';
import 'package:studyu_designer_v2/localization/app_translation.dart';

import 'colors.dart';

class ParticipantLegend extends StatelessWidget {
const ParticipantLegend();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ class ParticipantSquares extends StatelessWidget {
: totalCompletedDays;
phases.add(
StudyPhase(
intervention: Intervention.withId()..name = 'Baseline',
missedTasksPerDay: monitorItem.missedTasksPerDay.sublist(
startInx,
endInx,
),
completedTasksPerDay:
monitorItem.completedTasksPerDay.sublist(startInx, endInx)),
intervention: Intervention.withId()..name = 'Baseline',
missedTasksPerDay: monitorItem.missedTasksPerDay.sublist(
startInx,
endInx,
),
completedTasksPerDay:
monitorItem.completedTasksPerDay.sublist(startInx, endInx),
),
);
}

Expand Down Expand Up @@ -114,11 +115,11 @@ class ParticipantSquares extends StatelessWidget {

phases.add(
StudyPhase(
intervention: intervention,
missedTasksPerDay:
monitorItem.missedTasksPerDay.sublist(start, end),
completedTasksPerDay:
monitorItem.completedTasksPerDay.sublist(start, end)),
intervention: intervention,
missedTasksPerDay: monitorItem.missedTasksPerDay.sublist(start, end),
completedTasksPerDay:
monitorItem.completedTasksPerDay.sublist(start, end),
),
);
}
assert(
Expand Down
12 changes: 6 additions & 6 deletions designer_v2/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@ packages:
dependency: transitive
description:
name: graphs
sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19
sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "2.3.2"
gtk:
dependency: transitive
description:
Expand Down Expand Up @@ -1040,10 +1040,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "22e2ecac9419b4246d7c22bfbbda589e3acf5c0351137d87dd2939d984d37c3b"
sha256: "034650b71e73629ca08a0bd789fd1d83cc63c2d1e405946f7cef7bc37432f93a"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.0"
shared_preferences_web:
dependency: transitive
description:
Expand Down Expand Up @@ -1291,10 +1291,10 @@ packages:
dependency: transitive
description:
name: url_launcher_android
sha256: eac82dc8e5f48818054f46021e9e5f34c239f8d301e7e29165b977c8d1189fed
sha256: "95d8027db36a0e52caf55680f91e33ea6aa12a3ce608c90b06f4e429a21067ac"
url: "https://pub.dev"
source: hosted
version: "6.3.4"
version: "6.3.5"
url_launcher_ios:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions flutter_common/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "22e2ecac9419b4246d7c22bfbbda589e3acf5c0351137d87dd2939d984d37c3b"
sha256: "034650b71e73629ca08a0bd789fd1d83cc63c2d1e405946f7cef7bc37432f93a"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.0"
shared_preferences_web:
dependency: transitive
description:
Expand Down Expand Up @@ -640,10 +640,10 @@ packages:
dependency: transitive
description:
name: url_launcher_android
sha256: eac82dc8e5f48818054f46021e9e5f34c239f8d301e7e29165b977c8d1189fed
sha256: "95d8027db36a0e52caf55680f91e33ea6aa12a3ce608c90b06f4e429a21067ac"
url: "https://pub.dev"
source: hosted
version: "6.3.4"
version: "6.3.5"
url_launcher_ios:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ packages:
dependency: transitive
description:
name: graphs
sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19
sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "2.3.2"
http:
dependency: transitive
description:
Expand Down

0 comments on commit 84e0d47

Please sign in to comment.