by Marvin März | Jan 3, 2023 | Flutter
Understanding Dart Memory: Weak References and Finalizers Demystified JANUARY 03, 2023 | MARVIN MÄRZ Have you ever had memory issues with your Flutter application? Whether it is through processing huge data or because you somehow created a memory leak. These are...by Marvin März | May 16, 2022 | Flutter
Handling Exceptions in Dart & Flutter: Everything you need to know MAY 16, 2022 | MARVIN MÄRZ Are you aware that every Dart method can throw an exception at any time? Many Flutter developers understand exceptions the wrong way because exceptions in Dart are...by Marvin März | Oct 4, 2021 | Flutter
Use Dart Mixins More Often! Here is Why… OCTOBER 4, 2021 | MARVIN MÄRZ Mixins are a super-powerful feature in Dart and if you’re developing apps with Flutter, you should use them more often! 💙 In this article, we’ll show you why – and how....by Marvin März | Apr 27, 2021 | Flutter
Creating an Adaptive Search Widget in Flutter APRIL 27, 2021 | MARVIN MÄRZ Search is a crucial feature for many apps. Flutter already offers some search bar widgets to go with, but as soon as you want to use designs for platforms other than Material (like Cupertino),...by Julian Bissekkou | Nov 7, 2019 | Flutter
Dart Extension Methods NOVEMBER 7, 2020 | JULIAN BISSEKKOU Many people criticized Dart because it was missing features like Extensions that programmers knew and love from other programming languages like C#, Swift or Kotlin. This Year at Google IO, the Dart team...by Julian Bissekkou | Feb 20, 2019 | Flutter
Flutter: Pull-To-Refresh was yesterday. Check out Pull-To-Reach! FEBRUARY 20, 2019| JULIAN BISSEKKOU Still stuck with Pull-To-Refresh in your Flutter app? 🙄 You’ll be thrilled to get to know Pull-To-Reach then. That’s a new way to access controls in...