Home
10Clouds Dev
Cancel

Flutter security in Fintech and banking apps

As the popularity of Flutter apps grows due to factors describe in my previous posts, customers are asking many questions related to the security of their data. It is not uncommon for clients to in...

How to use ThemeExtensions in Flutter?

Flutter helps develop high-quality applications for various platforms, including iOS, Android, macOS, Windows, Linux, and the Web. One key feature of the Flutter framework is its extensive system o...

How to use FVM like a pro?

So you are using Flutter Version Manager (FVM), right? If not, don’t leave yet. I divided this article into two parts. The first will explain why you should use FVM, and the second will present my ...

Microservices with Python - laying groundwork

Disclaimer: Parts of this post and the title image may have been generated using AI tools like ChatGPT and DALL-E 😉 Context Microservice architecture is a design pattern where a large applic...

My daily drivers - MacOS applications - March 2023

Here’s the latest/updated list of applications and tools, that make my macOS experience even more amazing. Productivity Raycast [free] - launcher and many more thanks to extensions ...

How to display TextField border in Flutter?

Text fields are the bread and butter of front-end development. Yet I always have to check its API to find methods that I’m looking for. In this article, I’ll cover one part of it - borders. This is...

How to align your Figma design texts pixel-perfect in Flutter

You’re implementing a component designed in Figma, trying to align everything perfectly but even though every margin, padding, and alignment seems to match those in Figma something is still off. Th...

How to use fragment shaders in Flutter?

Flutter’s rendering engine(engines) supports GLSL fragment shaders. Suppose this sentence is unclear to you; afraid not, it wasn’t clear to me a few weeks ago. In this article, you will learn what ...

Mobile trends in 2023

Mobile technology has changed our lives in ways no one could have ever predicted. It’s a reason why people are able to get work done, entertain themselves, and even make purchases on the go. But as...