Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- set
- ML
- text
- Class
- Collection
- animation
- function
- 콜렉션
- Flutter
- List
- 크롤러
- 다트
- package
- 파이썬
- import
- 웹크롤러
- textstyle
- variable
- crawler
- python
- 클래스
- pushnamed
- 플러터
- map
- DART
- kotlin
- texttheme
- Android
- 함수
- 코틀린
Archives
- Today
- Total
목록buildcontext (1)
조용한 담장

flutter BuildContext null error 발생 뜬금없이 null 과 관련된 에러가 발생했다. ════════ Exception Caught By gesture ═══════════════════════════════════════════════════════════════ The following NoSuchMethodError was thrown while handling a gesture: The method 'save' was called on null. Receiver: null Tried calling: save()대략 Scaffold.of(context) 식의 코드인데 리턴값이 null 인데 method를 호출하려 해서 나는 거였다. context 값에 문제가 있..
Flutter
2019. 9. 5. 14:47