Do you want to better understand how you can work with Dart Streams and Rx but you find it hard to understand and Confusing? Thomas Burkhart, Freelancer from Germany will give you an easy overview of what you can achieve using Rx, Read More
Writing clean code is the priority of every developer, but sometimes navigating the ocean of pattern and guidelines can leave us disoriented and confused. This is where Feature Isolation can come to Help! Efthymios Sarmpanis Organizer of the Flutter Athens Meetup and Read More
Chances are if you search for a Dart of Flutter question on StackOverflow you’ll find one person consistently answering those questions: Rémi Rousselet. Or maybe you’ve heard this year’s Google I/O talk about state management where provider was shown as a great Read More
Have you ever seen a client that changes constantly idea about their application? the “can we change the app layout” request sounds familiar to you? Chirag Shenoy has a solution and he wanted to share it with us! He works as a Read More
Google Developer Expert (GDE) for the Google Assistant and experienced mobile developer in both iOS and Android. She also has a passion for Google Assistant and natural language technology that she has expressed in a number of talks around the world. In Read More
If we want to create complex shapes in our apps, drawing curves, gradients and animating them, we will need to use the CustomPaint class. The Boring Show is back with a different perspective on how to use CustomPaint. Instead of just painting Read More
When coming to a new language like Dart, we might know how to use the language for the most common syntax, such as for loops, if statements, declaring classes and methods and arithmetic operations. But what about closures? Optional arguments? Collections with Read More
When developing a mobile application, most of the times we will need to make a request to a server, and the response (most of the times) will be in the form of JSON. That JSON object will have to be parsed into Read More
If you come from an Android background, you might be used to Dagger, the dependency injection framework for Android Development. Though Flutter does not have a Dagger implementation, Google created inject, which they name a “Compile-time dependency injection for Dart and Flutter, Read More
Recent Comments