Session Details
Session
Level: #Intermediate
Category: Flutter | Format: Workshop
4:00 pm - 5:20 pm | Lenana Peak
Workshop: Compose Flutter Modules in your Android app
Session Description:
Flutter is a great multi-platform framework for getting up and running on multiple platforms quickly, and a lot of businesses start developing mobile applications from scratch using Flutter. But what if you already have a lot of functionality developed using native? Actually, sometimes it’s not practical to rewrite your entire application in Flutter all at once. For such situations, Flutter can be embedded into your existing Android application. Moreover, you can render multiple Flutter modules on a single screen simultaneously and even embed them into a declarative compositional Jetpack Compose hierarchy. Let's figure out in practice how to do it