Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fox520/kivyflutterexperiment
- Owner: Fox520
- Created: 2021-01-16T10:53:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T22:45:25.000Z (over 1 year ago)
- Last Synced: 2024-10-15T06:37:00.689Z (3 months ago)
- Topics: flutter, kivy
- Language: Python
- Homepage:
- Size: 21.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 up1. 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`
```
```