[Flutter] 1탄 CustomPainter로 픽셀 게임 만들기 (CustomPainter sampling, example - Line, Rectangle, Rounded Rectangle, Circle, Arc, Triangle, Image, Game)
어플 주제를 찾고 돌아다니던 중, 픽셀 게임이 눈에 띄어 알게된 라이브러리다. 가지고 놀아보자. 관련 참고 : https://api.flutter.dev/flutter/rendering/CustomPainter-class.html CustomPainter class - rendering library - Dart API The interface used by CustomPaint (in the widgets library) and RenderCustomPaint (in the rendering library). To implement a custom painter, either subclass or implement this interface to define your custom paint delega..
2022. 6. 30.