
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
4주차 강의를 따라가면서 url를 잘 불러왔었는데, 숙제 하면서 어느 순간부터 <asynchronous suspension>오류가 뜨면서 안드로이드 애뮬레이터에 url을 불러오지 못하더라구요.... 어떻게 해결해야 할까요?ㅜㅜ

작성한 코드 및 에러 메세지
I/TextInputPlugin( 8880): Composing region changed by the framework. Restarting the input method.
W/IInputConnectionWrapper( 8880): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 8880): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper( 8880): getTextAfterCursor on inactive InputConnection
E/flutter ( 8880): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.
E/flutter ( 8880): Receiver: null
E/flutter ( 8880): Tried calling: []("publishedDate")
E/flutter ( 8880): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38:5)
E/flutter ( 8880): #1 BookService.search (package:watcha_pedia/book_service.dart:35:43)
E/flutter ( 8880): <asynchronous suspension>
E/flutter ( 8880):
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
