Skip to content

CoderNamedHendrick/declarative_mobile_frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Declarative Mobile Frameworks

This project serves as a demonstration and a guide to using declarative mobile frameworks such as Jetpack Compose, SwiftUI and Flutter. In this project we will be using Flutter to navigate to Swift UI and Jetpack Compose views while sending data from said native views to flutter.

Approaches 🛠️

  • Flutter app to native platforms via method channels [Part 1]

This approach uses method channels to communicate between the flutter app and the native platforms. This is the most common approach to communicate between flutter and native platforms. This approach is used to send data from the flutter app to the native platforms and vice versa. You can find the article which serves as a guide here and the accompanying project here.

  • Flutter app to native platforms via pigeon [Part 2]

This approach uses pigeon to communicate between the flutter app and the native platforms. This is a less common approach but leads to writing better flutter to native integrations. You can find the comprehensive guide here and the accompanying project here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published