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
We might not want to make a Twitter clone, but we may want to show our users a fancy tweet or let them share all the tweets they want. And since it can be hard to create a layout that can adapt Read More
When dealing with apps that are services, such as Netflix for example, we want to always be aware of our customer’s opinion and be alerted if there’s any problem with our app. For that we might have multiple options, from having a Read More
Recent Comments