Feature: implement javascript bridge (web client)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17k
- Forks
- 694
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 33
Description
In the Flet web client, a bridge is needed with the javascript/html page the app is hosted on. Flet should be able to call javascript (with json payload as parameter) and receive messages back from javascript.
helpful links:
https://medium.com/flutter-community/js-native-communication-bridge-in-flutter-f94b65913df1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies the Flet web client and its JavaScript/HTML host as the area to investigate; begin by tracing the web client entry point and reviewing the linked Flutter bridge example. Define the call-and-response interface, including JSON payloads, and verify that messages can travel in both directions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter, html, javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100