Plague Fox
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.
Server-side application with Dart
How to create multithread server-side applications with Dart and deploy them.
Let's analyze how the service allows you to search through the documentation of the flutter: https://plugfox.dev/flutter-api-search/
Also, look at shelf (Web server) and drift (SQLite database) packages.
Mastering Isolates in Flutter & Dart
Discover how to leverage Dart isolates for effective concurrency, enabling efficient parallelism in your applications. Learn about creating isolates, handling communication, and implementing a watchdog timer.
Plague Fox
17 min read