Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

chore: bump Flutter and Dart SDK to latest versions #438

Merged
merged 4 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/authentication_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
working_directory: packages/authentication_repository
2 changes: 1 addition & 1 deletion .github/workflows/avatar_detector_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
working_directory: packages/avatar_detector_repository
2 changes: 1 addition & 1 deletion .github/workflows/convert_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
coverage_excludes: "**/*.gen.dart"
working_directory: packages/convert_repository
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.1"
flutter-version: "3.7.12"
channel: "stable"
- run: flutter packages get
- run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart --dart-define SHARING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.1"
flutter-version: "3.7.12"
channel: "stable"
- run: flutter packages get
- run: flutter build web --web-renderer canvaskit -t lib/main_prod.dart --dart-define SHARING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.1"
flutter-version: "3.7.12"
channel: "stable"
- run: flutter packages get
- run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
coverage_excludes: "**/*.gen.dart"
working_directory: packages/download_repository
2 changes: 1 addition & 1 deletion .github/workflows/face_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
working_directory: packages/face_geometry
2 changes: 1 addition & 1 deletion .github/workflows/holobooth_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
working_directory: packages/holobooth_ui
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
coverage_excludes: "**/*.g.dart"
2 changes: 1 addition & 1 deletion .github/workflows/tensorflow_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: 3.7.1
flutter_version: 3.7.12
working_directory: packages/tensorflow_models/tensorflow_models
2 changes: 1 addition & 1 deletion .github/workflows/tensorflow_models_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.7.1
flutter-version: 3.7.12
channel: "stable"
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.3.1.0.yaml
include: package:very_good_analysis/analysis_options.4.0.0.yaml
analyzer:
exclude:
- lib/firebase_options_dev.dart
Expand Down
2 changes: 1 addition & 1 deletion lib/app/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class App extends StatelessWidget {
const App({
super.key,
required this.authenticationRepository,
required this.avatarDetectorRepository,
required this.convertRepository,
required this.downloadRepository,
required this.analyticsRepository,
super.key,
});

final AuthenticationRepository authenticationRepository;
Expand Down
2 changes: 1 addition & 1 deletion lib/audio_player/widgets/audio_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class AudioPlayerController {

class AudioPlayer extends StatefulWidget {
const AudioPlayer({
super.key,
required this.audioAssetPath,
required this.child,
this.controller,
this.loop = false,
this.autoplay = false,
this.onAudioFinished,
super.key,
});

final String audioAssetPath;
Expand Down
2 changes: 1 addition & 1 deletion lib/avatar_detector/widgets/camera_stream_listener.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import 'package:holobooth/avatar_detector/avatar_detector.dart';

class CameraStreamListener extends StatefulWidget {
const CameraStreamListener({
super.key,
required this.cameraController,
super.key,
});

final CameraController cameraController;
Expand Down
2 changes: 1 addition & 1 deletion lib/camera/widgets/camera_error_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:holobooth/l10n/l10n.dart';
import 'package:holobooth_ui/holobooth_ui.dart';

class CameraErrorView extends StatelessWidget {
const CameraErrorView({super.key, required this.error});
const CameraErrorView({required this.error, super.key});

final CameraException error;

Expand Down
5 changes: 4 additions & 1 deletion lib/camera/widgets/camera_selection_dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ class CameraSelectionDropdown extends StatelessWidget {
}

class _CameraErrorView extends StatelessWidget {
const _CameraErrorView({super.key, required this.error});
const _CameraErrorView({
required this.error,
super.key,
});

final Object error;

Expand Down
2 changes: 1 addition & 1 deletion lib/camera/widgets/camera_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import 'package:holobooth/camera/camera.dart';

class CameraView extends StatefulWidget {
const CameraView({
super.key,
required this.onCameraReady,
this.camera,
super.key,
});

@visibleForTesting
Expand Down
2 changes: 1 addition & 1 deletion lib/convert/view/convert_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class _ConvertViewState extends State<ConvertView> {

@visibleForTesting
class ConvertBody extends StatelessWidget {
const ConvertBody({super.key, required this.camera});
const ConvertBody({required this.camera, super.key});

final CameraDescription? camera;

Expand Down
4 changes: 2 additions & 2 deletions lib/convert/widgets/convert_error_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ enum ConvertErrorOrigin {

class ConvertErrorView extends StatelessWidget {
const ConvertErrorView({
super.key,
required this.convertErrorOrigin,
this.camera,
super.key,
});

final ConvertErrorOrigin convertErrorOrigin;
Expand Down Expand Up @@ -93,7 +93,7 @@ class TryAgainFrameProcessingButton extends StatelessWidget {

@visibleForTesting
class RetakeExperienceButton extends StatelessWidget {
const RetakeExperienceButton({super.key, required this.camera});
const RetakeExperienceButton({required this.camera, super.key});

final CameraDescription? camera;

Expand Down
2 changes: 1 addition & 1 deletion lib/convert/widgets/convert_loading_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class ConvertLoadingAnimation extends StatelessWidget {
const ConvertLoadingAnimation({
super.key,
required this.dimension,
super.key,
});

final double dimension;
Expand Down
2 changes: 1 addition & 1 deletion lib/footer/widgets/footer_link.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class FooterLink extends StatelessWidget {
const FooterLink({
super.key,
required this.text,
required this.link,
super.key,
});

final String text;
Expand Down
2 changes: 1 addition & 1 deletion lib/in_experience_selection/widgets/next_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:holobooth/l10n/l10n.dart';
import 'package:holobooth_ui/holobooth_ui.dart';

class NextButton extends StatefulWidget {
const NextButton({super.key, required this.onNextPressed});
const NextButton({required this.onNextPressed, super.key});

final VoidCallback onNextPressed;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ class _PrimarySelectionViewState extends State<PrimarySelectionView>
@visibleForTesting
class PrimarySelectionTab extends StatefulWidget {
const PrimarySelectionTab({
super.key,
required this.iconData,
super.key,
});

final IconData iconData;
Expand Down
2 changes: 1 addition & 1 deletion lib/in_experience_selection/widgets/props_scroll_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class PropsScrollView extends StatelessWidget {
const PropsScrollView({
super.key,
required this.itemBuilder,
required this.itemCount,
super.key,
});

final Widget? Function(BuildContext context, int index) itemBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ class _PropsSelectionTabBarViewState extends State<PropsSelectionTabBarView>

class _PropSelectionTab extends StatefulWidget {
const _PropSelectionTab({
super.key,
required this.assetGenImage,
super.key,
});

final AssetGenImage assetGenImage;
Expand Down
2 changes: 1 addition & 1 deletion lib/in_experience_selection/widgets/recording_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:holobooth/l10n/l10n.dart';
import 'package:holobooth_ui/holobooth_ui.dart';

class RecordingButton extends StatefulWidget {
const RecordingButton({super.key, required this.onRecordingPressed});
const RecordingButton({required this.onRecordingPressed, super.key});

final VoidCallback onRecordingPressed;

Expand Down
2 changes: 1 addition & 1 deletion lib/in_experience_selection/widgets/selection_layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ class _MobileSelectionLayerState extends State<MobileSelectionLayer> {
@visibleForTesting
class CollapseButton extends StatelessWidget {
const CollapseButton({
super.key,
required this.onPressed,
required this.collapsed,
super.key,
});

final VoidCallback onPressed;
Expand Down
4 changes: 2 additions & 2 deletions lib/photo_booth/widgets/get_ready_layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class GetReadyLayer extends StatefulWidget {
const GetReadyLayer({
super.key,
required this.onCountdownCompleted,
super.key,
});

final VoidCallback onCountdownCompleted;
Expand Down Expand Up @@ -61,8 +61,8 @@ class _GetReadyLayerState extends State<GetReadyLayer>
@visibleForTesting
class GetReadyCountdown extends StatelessWidget {
const GetReadyCountdown({
super.key,
required this.controller,
super.key,
});

final AnimationController controller;
Expand Down
4 changes: 2 additions & 2 deletions lib/photo_booth/widgets/recording_countdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class RecordingCountdown extends StatefulWidget {
const RecordingCountdown({
super.key,
required this.onCountdownCompleted,
super.key,
});

final VoidCallback onCountdownCompleted;
Expand Down Expand Up @@ -65,7 +65,7 @@ class _RecordingCountdownState extends State<RecordingCountdown>

@visibleForTesting
class CountdownTimer extends StatelessWidget {
const CountdownTimer({super.key, required this.controller});
const CountdownTimer({required this.controller, super.key});

final AnimationController controller;

Expand Down
2 changes: 1 addition & 1 deletion lib/rive/widgets/background_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import 'package:rive/rive.dart';

class BackgroundAnimation extends StatefulWidget {
const BackgroundAnimation({
super.key,
required this.riveFile,
super.key,
});

final RiveFile riveFile;
Expand Down
2 changes: 1 addition & 1 deletion lib/rive/widgets/character_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ class RiveCharacter {
@visibleForTesting
class CharacterAnimation extends StatefulWidget {
const CharacterAnimation({
super.key,
required this.avatar,
required this.hat,
required this.glasses,
required this.clothes,
required this.handheldlLeft,
required this.riveCharacter,
super.key,
});

final Avatar avatar;
Expand Down
2 changes: 1 addition & 1 deletion lib/share/view/share_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import 'package:holobooth_ui/holobooth_ui.dart';

class SharePage extends StatelessWidget {
const SharePage({
super.key,
required this.convertBloc,
this.camera,
super.key,
});

final ConvertBloc convertBloc;
Expand Down
6 changes: 3 additions & 3 deletions lib/share/widgets/download_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ class _DownloadButtonState extends State<DownloadButton> {

class DownloadOptionDialog extends StatelessWidget {
const DownloadOptionDialog({
super.key,
required this.layerLink,
required this.url,
super.key,
});

final LayerLink layerLink;
Expand Down Expand Up @@ -136,7 +136,7 @@ class DownloadOptionDialog extends StatelessWidget {
}

class DownloadAsAGifButton extends StatelessWidget {
const DownloadAsAGifButton({super.key, required this.url});
const DownloadAsAGifButton({required this.url, super.key});

final String url;

Expand Down Expand Up @@ -168,7 +168,7 @@ class DownloadAsAGifButton extends StatelessWidget {
}

class DownloadAsAVideoButton extends StatelessWidget {
const DownloadAsAVideoButton({super.key, required this.url});
const DownloadAsAVideoButton({required this.url, super.key});

final String url;

Expand Down
2 changes: 1 addition & 1 deletion lib/share/widgets/portal_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ class PortalModeData {

class PortalAnimation extends StatefulWidget {
const PortalAnimation({
super.key,
required this.mode,
required this.imageBytes,
required this.onComplete,
super.key,
});

final PortalMode mode;
Expand Down
Loading