시간이 참 빠르다. 최근에는 Flutter <-> Android(Java) 사이에서 오고가는 데이터를 모델링하고 테스트하는데 시간을 쏟고 있다. 유지보수가 가장 중요하기 때문이다. JsonSerializable을 써보았는데 참 효율적이다.
Widget cannot be marked as needing to build because the framework is already in the process of building widgetsSyncfusion_chart의 내장 함수중에 현재가 표시하는 것이 있
https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeriesController/updateDataSource.htmlhttps://www.syncfusion.com/
https://www.syncfusion.com/forums/159919/skip-empty-dates
android/app/src/debug/AndroidManifest.xmlandroid/app/src/main/AndroidManifest.xml위 경로에 있는 파일들의 소스코드를 수정해준다.
Cannot use this MethodChannel before the binary messenger has been initialized. This happens when you invoke platform methods before the WidgetsFlutte
https://stackoverflow.com/questions/70982334/flutter-when-i-fetch-data-from-api-showing-socketexception-failed-host-lookup스택오버플로우가 짱이다.