Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bambier/ffdroid
Android app with flet
https://github.com/bambier/ffdroid
android flet flutter python
Last synced: about 1 month ago
JSON representation
Android app with flet
- Host: GitHub
- URL: https://github.com/bambier/ffdroid
- Owner: bambier
- Created: 2024-01-26T14:37:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T18:56:57.000Z (11 months ago)
- Last Synced: 2024-02-20T19:57:48.792Z (11 months ago)
- Topics: android, flet, flutter, python
- Language: Python
- Homepage:
- Size: 666 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A ffdroid Flet app
An example of a minimal Flet app.
To run the app:
```bash
flet run src
```## Internationalization
Create `.po` files with
```bash
./QuickTranslator.py -ll i -t -p ./src
```Compile to `.mo` with
```
./QuickTranslator.py -ll i -c -p ./src
```### TODO
- [ ] I18n is not working when switching language
* [X] it works after app restarts but not in real time. Its nececry to restart app