Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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