An open API service indexing awesome lists of open source software.

https://github.com/nicosnicolaou16/examplechannelnativeandroidwithcustomdata

This example project demonstrates communication between the Flutter side and the Native Android side using channels. It also illustrates how to handle custom data models and send data between Flutter and Native Android.
https://github.com/nicosnicolaou16/examplechannelnativeandroidwithcustomdata

android android-channel-flutter channel dart flutter flutter-android flutter-app flutter-channel flutter-channel-android flutter-examples

Last synced: 4 days ago
JSON representation

This example project demonstrates communication between the Flutter side and the Native Android side using channels. It also illustrates how to handle custom data models and send data between Flutter and Native Android.

Awesome Lists containing this project

README

          

# Example Channel Native Android With Custom Data

[![Linktree](https://img.shields.io/badge/linktree-1de9b6?style=for-the-badge&logo=linktree&logoColor=white)](https://linktr.ee/nicos_nicolaou)
[![Static Badge](https://img.shields.io/badge/Site-blue?style=for-the-badge&label=Web)](https://nicosnicolaou16.github.io/)
[![X](https://img.shields.io/badge/X-%23000000.svg?style=for-the-badge&logo=X&logoColor=white)](https://twitter.com/nicolaou_nicos)
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/nicos-nicolaou-a16720aa)
[![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/@nicosnicolaou)
[![Mastodon](https://img.shields.io/badge/-MASTODON-%232B90D9?style=for-the-badge&logo=mastodon&logoColor=white)](https://androiddev.social/@nicolaou_nicos)
[![Bluesky](https://img.shields.io/badge/Bluesky-0285FF?style=for-the-badge&logo=Bluesky&logoColor=white)](https://bsky.app/profile/nicolaounicos.bsky.social)
[![Dev.to blog](https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=dev.to&logoColor=white)](https://dev.to/nicosnicolaou16)
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/@nicosnicolaou16)
[![Static Badge](https://img.shields.io/badge/Developer_Profile-blue?style=for-the-badge&label=Google)](https://g.dev/nicolaou_nicos)

This example project demonstrates communication between the Flutter side and the Native Android side
using channels. It also illustrates how to handle custom data models and send data between Flutter
and Native Android.

> [!IMPORTANT]
> NOTE: EXAMPLE FOR ANDROID ONLY.

## Versioning

Flutter SDK version: 3.35.2

Dart Version: 3.9.0

## References

https://medium.com/@shreebhagwat94/flutter-platform-channel-46578d21e69

https://blog.devgenius.io/use-flutter-screens-in-native-android-app-share-data-among-them-d97d670807a6

https://stackoverflow.com/questions/45685026/how-can-i-get-a-random-number-in-kotlin