Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fox520/kivyflutterexperiment

Flutter Add-to-app example with Kivy
https://github.com/fox520/kivyflutterexperiment

flutter kivy

Last synced: about 2 months ago
JSON representation

Flutter Add-to-app example with Kivy

Awesome Lists containing this project

README

        

# KivyFlutterExperiment

Adding a Flutter app to a Kivy app using Flutter's [add-to-app](https://docs.flutter.dev/add-to-app) feature.
The idea of this repository is to demonstrate data-exchange between the two platforms using [Flutter's Platform Channels](https://docs.flutter.dev/platform-integration/platform-channels).

## Video
[https://www.youtube.com/watch?v=VyPgORlWEn0](https://www.youtube.com/watch?v=VyPgORlWEn0)

This repository is a simpler version of what is in the video, therefore it does not have the YouTube player example.
## Setting up

1. Run `buildozer android debug`
2. Replace `.buildozer/android/platform/build-armeabi-v7a/dists/myapp__armeabi-v7a/templates/build.tmpl.gradle` with the one in this repository
3. In build.tmpl.gradle, change the maven url `CHANGE_ME` to the absolute path of 'repo' in this repository
Something like `/home/User/KivyFlutterExperiment/flutter_side/repo`

4. Add below to `.buildozer/android/platform/build-armeabi-v7a/dists/myapp__armeabi-v7a/templates/AndroidManifest.tmpl.xml`

```

```