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
Showing information to a user in the form of a list is a very common way to show a variety of data. However, most of the time, these lists can be updated over time, either via user input or new content is Read More
Game development is hard. Even harder if it involves doing a procedurally generated story or “Skyrim in text form” as Filip put into words. So how can we do it in Dart? Filip Hráček started a weekly 2 hour stream in which Read More
We create, debug and publish an app and think that’s just it. But is it? As an app developer, we not only have to polish our apps and have great UI and user experience, but also we have to take into account Read More
When going through the Flutter Documentation, we might have no idea what a Widget looks like. Take for example the Chip widget. If we don’t search inside the FlutterWidgetCatalog for it, the only way to know how it will look in a Read More
Like any programming language, Dart has some internal twists and turns that the average developer might not pick up in the first few lines of codes. For example, if we want some parallel code execution we might want to start a new Read More
After the Google I/O presentation about State Management in which the provider package was the main focus, many began to research it and use it on their projects. The concept behind the it is simple: we want to provide something to our Read More
As developers, we might start programming without using the command line. Why do we need it if our amazing IDEs have everything that we want? But then we want to make some small tasks, like running a project that you cloned from Read More
Recent Comments