Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxen-io/lokinet-flutter-app
loki-network-flutter-app
https://github.com/oxen-io/lokinet-flutter-app
Last synced: 5 days ago
JSON representation
loki-network-flutter-app
- Host: GitHub
- URL: https://github.com/oxen-io/lokinet-flutter-app
- Owner: oxen-io
- License: gpl-3.0
- Created: 2021-06-22T01:36:55.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-30T06:52:49.000Z (over 1 year ago)
- Last Synced: 2024-10-29T16:20:22.940Z (14 days ago)
- Language: Dart
- Size: 553 KB
- Stars: 47
- Watchers: 6
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lokinet on Android
An app to interact with Lokinet as a vpn tunnel for android.
[![Build Status](https://ci.oxen.rocks/api/badges/oxen-io/lokinet-flutter-app/status.svg)](https://ci.oxen.rocks/oxen-io/lokinet-flutter-app)
## building
build requirements:
* posix compliant build environment
* flutter
* gnu make
* cmake
* pkg-config
* git
* autotoolsa one liner to install everything else:
$ sudo apt install make automake libtool pkg-config cmake git
### git submodules
before building make sure to update the submodules:
$ git submodule update --init --recursive
### flutter
install flutter with [asdf](https://github.com/asdf-vm/asdf):
$ asdf install
to build the project with flutter:
$ flutter build apk --debug
if succesful it will produce an apk at `build/app/outputs/flutter-apk/app-debug.apk` which you can run
## cleaning
to make the workspace pristine use:
$ ./contrib/clean.sh