Flutter
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
46 postsFlutter 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...
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.
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
2 min read
Why I Write Dollar Signs in Code
Typically use dollar signs in my code for three main purposes...
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.
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.
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.
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.
17 min read
Taming the Lonely Singleton in Dart
Explore the world of singletons in Dart & Flutter with this comprehensive guide.
4 min read
Harness the Power of Anonymous Functions in Dart
Explore the power of anonymous functions in Dart to create flexible, expressive, and context-aware code. Learn their use as arguments, closures, value initialization, UI widget building, and conditional execution. Enhance your programming toolkit with these versatile solutions.
2 min read