top of page
Sofía Rey

Sofía Rey

Software Engineer, Very Good Ventures

Sofía is a Software Engineer at Very Good Ventures, based in Uruguay, with a background in Multimedia Design and over four years of Flutter experience. She blends her design knowledge with a passion for development to build high-quality, user-focused apps. An active member of the Flutter community, she has spoken at events like GDG Uruguay and FlutterConf Latam. Sofía thrives on learning, sharing, and collaborating on creative solutions that push projects forward.

Mastering CustomPainter: Going Beyond Widgets in Flutter

CustomPainter gives you full control over the canvas in Flutter, which is perfect for building visuals that standard widgets just can’t handle. In this session, I’ll share how I used CustomPainter in a real production feature to draw and manipulate paths. We’ll also touch on vector theory and how to transform an SVG into custom path data that you can use directly in your Flutter app. You’ll learn how to structure drawing logic, break down complex visuals, and approach custom UI challenges with confidence—especially when your design ideas don’t fit into a widget box. Key Takeaways: - Understand how CustomPainter works and where to use it - Learn how to transform SVG paths into Flutter-compatible custom drawings - Explore core vector theory concepts applied in Flutter - Break down complex drawing logic for real UI implementations - Get inspired to go beyond widgets for unique, custom UIs
bottom of page