VSCode customizations for Flutter developersThere are many customizations that could help to improve productivity. This article gives a brief overview of possibilities from the…6d ago16d ago1
Mastering Scrollable in FlutterScrollable is a superclass of such staple widgets as ListView, CustomScrollView, SingleChildScrollView, and many others. In this article…Jan 12Jan 12
Mastering GestureDetector in FlutterSometimes you have to go beyond the default gesture handling and luckily Flutter provides us with a pretty convenient API to do so.Jan 53Jan 53
Publishing Dart backend using GlobeIn this article, we will overview how to easily publish a Dart backend without needing to take care of scalability, server management, etc.Jan 52Jan 52
Improving the performance of Flutter apps by deferring navigation tabsIt’s a very common UX pattern in mobile apps to use tabbed navigation. Usually it’s done using a bottom navigation bar, like on the example…Dec 10, 20241Dec 10, 20241
A practical guide on CPU architectures for Flutter developersIn this guide, we are not going to go deep on a hardware level, only practical information every mobile developer should know.Sep 24, 2024Sep 24, 2024
Published inStackademicCommon mistakes with OAuth in FlutterIn this article, we are going to review some common pitfalls that could happen while implementing OAuth using Flutter. These points are…Sep 23, 20241Sep 23, 20241
Understanding InheritedModels on an example of a MediaQueryThis article aims to give an overview of how InheritedModels work, what is happening on the Element level and how to avoid excessive…Jul 25, 2024Jul 25, 2024
Understanding Composited Layers to improve the performance of Flutter appsIn Flutter, besides Widget, Element and RenderObject trees, there’s also a Layer tree. And the same way the Element tree generates the…Jul 2, 20246Jul 2, 20246