
Building mobile apps with Flutter for over 3 years. One of the things I value the most in coding is testing. A big fan of F1.
Flutter Unit Testing

Michał Nowak
Flutter Developer
Testing is often an overlooked part of app development. Unit tests are the most trivial testing software you can implement in your project anytime. Wanna learn how?
Why is Handling Errors in Your App Crucial for Your App's Success?

Michał Nowak
Flutter Developer
Do you handle errors in your apps? Have you thought of all of them? Why is it essential to think about them during development? You can find answers to these questions here.
Code Review Best Practices

Michał Nowak
Flutter Developer
A chunk of every developer's work is a code review, but are you doing it well?
A deep dive into riverpod vs bloc

Michał Nowak
Flutter Developer
Learn how riverpod’s dependency injection, state management and testing work on a well-known example of bloc.
Flutter Golden Testing with Bloc

Michał Nowak
Flutter Developer
Learn how to golden test your widgets that use Bloc as their state management system
Golden testing with Flutter

Michał Nowak
Flutter Developer
Learn how to write your first golden tests with flutter and golden_toolkit.
How to create smooth flutter tutorials

Michał Nowak
Flutter Developer
A step-by-step guide on how to create smooth flutter tutorials
Can a 17-year-old work as a software developer?

Michał Nowak
Flutter Developer
I'd like to share with you my experience of working while still studying in High School.
Style your flutter app with an AppTheme

Michał Nowak
Flutter Developer
Take a moment to boost your development skills with some quick solutions directly from one of our developers.
How to localize your Flutter application

Michał Nowak
Flutter Developer
Sometimes, there’s a need for your app to translate into multiple languages. In flutter, it’s pretty simple to implement. Let’s start!