1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Flutter beta (#1952)

This commit is contained in:
Brett Morgan
2023-08-17 06:26:43 +10:00
committed by GitHub
parent f95f25a026
commit f1fd4341ff
189 changed files with 2051 additions and 2136 deletions

View File

@@ -155,6 +155,7 @@ class AudioController {
switch (_lifecycleNotifier!.value) {
case AppLifecycleState.paused:
case AppLifecycleState.detached:
case AppLifecycleState.hidden:
_stopAllSound();
case AppLifecycleState.resumed:
if (!_settings!.muted.value && _settings!.musicOn.value) {

View File

@@ -7,7 +7,7 @@ publish_to: 'none'
version: 0.0.1+1
environment:
sdk: ^3.0.0
sdk: ^3.1.0-0
dependencies:
flutter: