loki-network-flutter-app
Go to file
frtget 3af9e768ae Rename variables 2022-03-09 10:27:05 -05:00
android Finalize v2 android embedding migration 2022-03-07 22:46:16 -05:00
assets/images
contrib fix previous commit 2021-12-13 22:22:14 -05:00
gradle/wrapper
ios
lib Rename variables 2022-03-09 10:27:05 -05:00
lokinet_lib Rename variables 2022-03-09 10:27:05 -05:00
test
.drone.jsonnet
.gitignore
.gitmodules
.metadata
.tool-versions
README.md Revert "do not recommend debug builds" 2021-12-31 13:17:45 -05:00
gradlew
gradlew.bat
pubspec.lock Bump gradle plugins, kotlin, gradle and compileSdk 2022-03-06 23:42:35 -05:00
pubspec.yaml correct the version 2021-12-18 12:41:43 -05:00

README.md

Lokinet on the Go

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

Build Status

building

build requirements:

  • flutter
  • gnu make
  • cmake
  • pkg-config
  • git
  • autotools

install flutter with snap:

$ sudo snap install flutter --classic

or with asdf:

$ asdf install

a one liner to install everything else:

$ sudo apt install make automake libtool pkg-config cmake git

build with flutter

before building make sure to update the submodules:

$ git submodule update --init --recursive

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