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

https://github.com/magomedcoder/gen-app

Клиентская часть проекта Gen
https://github.com/magomedcoder/gen-app

Last synced: 2 months ago
JSON representation

Клиентская часть проекта Gen

Awesome Lists containing this project

README

          

# Gen app

## Клиентская часть проекта Gen

| Платформа | Версия |
|-----------|---------------------------------------|
| Linux | glibc 2.31+ (Ubuntu 20.04+ и аналоги) |
| Android | 7.0+ |
| iOS | 13.0+ |
| macOS | Catalina 10.15+ |
| Windows | 10+ |

---

[Серверная часть Gen](https://github.com/magomedcoder/gen)

---

## Разработка

### Зависимости

- **Flutter 3.24+**
- **Dart SDK ^3.10.7**
- **Protobuf** 30.2+

### Сборка

#### Linux и Android

Сборка **Linux** и **Android** через Docker:

```bash
docker build -f Dockerfile --target linux-build -t flutter-linux .
docker run --rm -e TARGETS=linux,android -v ./out:/opt/gen/out flutter-linux
```

#### Windows

Сборка **Windows** возможна только на **хосте Windows**:

```bash
docker build -f Dockerfile-windows --target windows-build -t flutter-windows .
docker run --rm -v .\out:C:\gen\out flutter-windows
```