이번 글에서는 지난 글에 이어서 drift를 사용하여 CRUD 하는 방법을 알아보도록 하겠습니다. 이전 글을 못 보신 분들은 아래 링크를 참고해 주세요 https://itmoon.tistory.com/104 [ Flutter ] sqlite & drift 사용하기 -1편 안녕하세요 이번 글에서는 데이터를 핸드폰에 저장하기 위한 sqlite를 사용해 보겠습니다. 프로젝트 구조 pubspec.yaml dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # itmoon.tistory.com CRUD에 사용할 메서드를 만들어 줍시다. drift_database.dart import..