loki-network-flutter-app
Go to file
jeff 31603612ef GPL3 2023-03-30 02:52:44 -04:00
.github/ISSUE_TEMPLATE add issue template 2022-08-26 08:07:49 -04:00
android fix for ci 2022-03-09 16:51:33 -05:00
assets/images Add Lokinet Logo 2021-05-20 22:24:49 +02:00
contrib fix previous commit 2021-12-13 22:22:14 -05:00
gradle/wrapper Got it working 2021-03-22 02:41:03 +01:00
ios commit new logo 2021-04-12 09:46:22 -04:00
lib Rename variables 2022-03-09 10:27:05 -05:00
lokinet_lib bump lokinet submodule to v0.9.8 tag 2022-08-21 16:42:19 -04:00
test Fix Minor Design Changes 2021-09-22 21:47:52 +02:00
.drone.jsonnet Update .drone.jsonnet 2021-11-17 12:01:38 -05:00
.gitignore untrack local.properties and add it to gitignore 2021-06-21 05:15:07 -04:00
.gitmodules bump lokinet submodule to v0.9.8 tag 2022-08-21 16:42:19 -04:00
.metadata Default Template 2021-03-14 20:28:45 +01:00
.tool-versions bump versions of the whatever stuff idk it's flutter so we do that. 2023-03-30 02:44:35 -04:00
LICENSE GPL3 2023-03-30 02:52:44 -04:00
README.md fixup readme 2022-08-21 16:53:28 -04:00
gradlew Got it working 2021-03-22 02:41:03 +01:00
gradlew.bat Got it working 2021-03-22 02:41:03 +01:00
pubspec.lock bump versions of the whatever stuff idk it's flutter so we do that. 2023-03-30 02:44:35 -04:00
pubspec.yaml bump versions of the whatever stuff idk it's flutter so we do that. 2023-03-30 02:44:35 -04:00

README.md

Lokinet on Android

An app to interact with Lokinet as a vpn tunnel for android.

Build Status

building

build requirements:

  • posix compliant build environment
  • flutter
  • gnu make
  • cmake
  • pkg-config
  • git
  • autotools

a 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:

$ 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