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
- List
- text
- textstyle
- Flutter
- kotlin
- package
- 웹크롤러
- texttheme
- Android
- 파이썬
- 코틀린
- 함수
- ML
- set
- Class
- Collection
- 콜렉션
- 클래스
- map
- 다트
- 플러터
- crawler
- function
- variable
- python
- pushnamed
- animation
- import
- DART
- 크롤러
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