반응형
build()가 끝나기 전에 스낵바가 띄워질 수 없다는 에러이다.
이를 해결하기 위해선 다음과 같이 해주면 된다.
Future.delayed(Duration.zero, () {
ScaffoldMessenger.of(context).showSnackBar( const SnackBar( content: Text('텍스트'),),);
});
반응형
'[TroubleShooting]' 카테고리의 다른 글
Could not find method dependencyResolutionManagement() for arguments (0) | 2023.07.14 |
---|---|
[iOS] No such module 'NMapsMap' (0) | 2023.04.21 |
multiDex 오류 (0) | 2023.04.04 |
~ does not have a NavController set (0) | 2023.01.15 |
An exception has occurred in the compiler (1.8.0_242-release). (0) | 2022.11.30 |