Flutter CTO Report 2024
Get insights about Flutter directly from CTOs, CIOs, Tech Leads, and Engineering Managers!

RxVMS – A Practical Reactive Architecture for Flutter Apps

Feb 2nd, 2021

Flutter Warsaw #15

Thomas Burkhart is the second speaker in 15th edition of Flutter Warsaw Meetup, well known in Flutter Community, a creator of package "Get It". Today he introduces you to RxVMS- the practical reactive architecture for Flutter applications. There is a high possibility you may ask: "Why another architecture? We already have few of them and they are doing quite well ! " Is it so? Thomas makes a discussion in this topic and he shows you what this RxVMS (Rx-View-Managers-Services) is and answears why is it a perfect architecture for Flutter.

Presentation contains:

  • Definishion of RxMVS and the main goal of this approach
  • Basic interactions inside RxVMS and how it works
  • Implementing approach in your app
  • Pros and cons of RxMVS
  • In-app example

Read more

Implementing Live Whiteboard With Flutter and Firestore Database

Whiteboards make it easier to collaborate on designs, teach people new concepts, and express ideas. In this blog post, we explore a possible implementation of a whiteboard using Flutter to create a mobile application and Firestore database as backend.
Image tile

Using Flutter in the Enterprise Environment

Jakub Biliński was responsible for the architecture, approach, and development of a new version of the mobile application for strategic and corporate clients of the bank. Watch the video to see how his team adjusted to FinTech security compliance, wrote a custom HTTP client, maintained application scalability, and more.
flutter-warsaw-jakub-bilinski

The Power of Immutable State

Managing a state can be a stressful ordeal if you dive into it without any thought. This kind of monstrous code can be tamed with the principles of immutability. And as if cleaning your code wasn't enough in itself, an immutable state comes with a handful of hidden superpowers! Come along for the journey to find out how to use them.
Image tile

Why Firestore, Part I: Reasons to Love It

Firestore and Firebase suite are great technologies. They allow developers to build some features in Flutter and other mobile frameworks really fast. However, Firestore has also many pain points that outweigh the pros in most of the more advanced cases. Is Firestore appropriate for you? Read on to find out why!
Image tile