

High-Performance Canvas Rendering
Efficient rendering strategies for complex, interactive scenes using Flutter Canvas, GPU batching, spatial indexing, and debugging techniques.
Plague Fox
20 min read

Effective Animations in Flutter
How to create efficient and smooth animations in Flutter by optimizing refresh rates, using RepaintBoundary, managing Canvas effectively, and leveraging custom tickers. This guide provides key strategies to minimize performance issues and craft fluid animations without overwhelming your system.
Plague Fox
4 min read


Flutter Dev Podcast #46 - Flutter Navigation
Who would have thought that three grown adults could spend an entire hour discussing how to transition from one app screen to another? However, donβt be quick to jump to conclusions...
Plague Fox
1 min read
Dart & Flutter: Full duplex connection
Stream about a full-duplex connection, TCP/IP and WebSockets in Flutter and Dart

Debugging Flutter Apps with MITM Proxy
Learn to efficiently debug your Flutter app's HTTP requests using MITM proxy, avoiding the hassle of logs and late DevTools introspection.
Plague Fox
2 min read
Understanding JWT
Explore JWT: A secure method for transmitting information as a JSON object, digitally signed for verification and trust, essential for web authentication
Plague Fox
2 min read
Why I Write Dollar Signs in Code
Typically use dollar signs in my code for three main purposes...
Plague Fox
1 min read

WebView and CustomTabs Debugging
Effective debugging of WebView and CustomTabs is crucial for the development of high-quality mobile applications. This guide outlines a straightforward approach to debug these components along with network requests and errors.
Plague Fox
1 min read

Oops, That's It! Mistakes We Make in Dart and Flutter
We delved into the 'popular' blunders, pitfalls, and non-obvious mistakes that one way or another every developer encounters. Let's try to find ways to avoid these painful moments in the future, making your code cleaner and your work more enjoyable.
Plague Fox
1 min read

Linter, Analyzer & Dart Code Metrics
Join us in this stream where we will take a detailed look at Dart and Flutter tools such as linter, analyzer, and Dart Code Metrics. We will discuss how these tools help improve code quality and enhance its readability, as well as how they can make your development more efficient.