반응형 위젯2 [Flutter][Solution] No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest LookupBoundary. [Flutter][Solution] No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest LookupBoundary. 문제 상황 (Problem) 플러터 프로젝트에서 아래와 같은 에러 로그가 발생하며 빌드에 실패한다. [Eng] (The following error log occurs in the Flutter project and the build fails.) No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest.. 2023. 9. 19. [flutter] How to hold the bottom of the widget (위젯의 하단 고정 방법) [flutter] How to hold the bottom of the widget [flutter] 위젯의 하단 고정 방법 문제 상황 (a problem situation) 위젯을 UI화면의 하단에 고정하고 싶습니다. (I want to fix the widget to the bottom of the UI screen.) body: Column( children: [ Body(), Container( height: 50, child: AdWidget( ad: _banner, ), ), ], ), 해결 방법 (Workaround) 하단에 고정하고자 하는 위젯 호출 전에 Spacer()를 호출합니다. (Call Spacer() before calling the widget you want to pin to.. 2021. 11. 20. 이전 1 다음 반응형