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.
- Host: GitHub
- URL: https://github.com/nicosnicolaou16/examplechannelnativeandroidwithcustomdata
- Owner: NicosNicolaou16
- Created: 2023-12-28T19:59:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-24T18:12:07.000Z (9 months ago)
- Last Synced: 2025-05-24T19:23:25.489Z (9 months ago)
- Topics: android, android-channel-flutter, channel, dart, flutter, flutter-android, flutter-app, flutter-channel, flutter-channel-android, flutter-examples
- Language: C
- Homepage:
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Channel Native Android With Custom Data
[](https://linktr.ee/nicos_nicolaou)
[](https://nicosnicolaou16.github.io/)
[](https://twitter.com/nicolaou_nicos)
[](https://linkedin.com/in/nicos-nicolaou-a16720aa)
[](https://medium.com/@nicosnicolaou)
[](https://androiddev.social/@nicolaou_nicos)
[](https://bsky.app/profile/nicolaounicos.bsky.social)
[](https://dev.to/nicosnicolaou16)
[](https://www.youtube.com/@nicosnicolaou16)
[](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