Google Summer of Code is a way to help students get started with open source development. This year there were three Dart projects. One of them is a Flutter desktop app that helps developers choosing lint rules to apply to their projects.
Abdullah Deshmukh, the student working on the project, published an article about the project and his experience in the Summer of Code program.
I never attended a program like Summer of Code when I was a student. It looks like an amazing opportunity to learn from experienced people: you get assigned a mentor who will guide you during the process.
- Michele Volpato
🧑💻 Development
Flutter: How to draw a task completion ring with CustomPainter
Andrea Bizzotto publishes (another) lesson from his Flutter Animation Masterclass. In this one, he uses CustomerPainter
to draw a "task completion" widget that looks a lot like a progress indicator.
Flutter: Animated Task Completion Ring with AnimationController and AnimatedBuilder
And right after the "task completion" widget, learn how to animate it with this related article.
How to create a custom Scrollbar using RenderShiftedBox
In the latest project I worked on, I had to implement a custom ScrollBar
, but it wasn't as cool as the one Elina Safaryanova implemented in this article.
Flutter state management for purists
We are always eager to try new packages, and there are plenty of them that help us with state management. But what if we do not need them? Certainly for a small app or some sample code, using what is already available in the Flutter framework is enough. Inclu Cat on the Gentle Trail elaborates more on this subject in this article. He also mentions another article, from Suragch, called "Flutter state management for minimalists" which I also recommend reading.
[...]
Top comments (0)