loki-network-flutter-app
Go to file
Jeff 4afbbcd432
Update .drone.jsonnet
2021-11-17 12:01:38 -05:00
android commit new logo 2021-04-12 09:46:22 -04:00
assets/images Add Lokinet Logo 2021-05-20 22:24:49 +02:00
contrib do proper code formatting 2021-06-23 11:40:20 -04: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 update label text 2021-09-24 17:20:46 -04:00
lokinet_lib route ipv6 too 2021-10-22 13:30:40 -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 set branch to dev for lokinet submodule 2021-07-09 09:54:25 -04:00
.metadata Default Template 2021-03-14 20:28:45 +01:00
.tool-versions add asdf configs 2021-06-21 11:10:46 -04:00
README.md update readme 2021-09-24 17:21:56 -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 update readme and try using flutter 2.x 2021-06-21 11:00:10 -04:00
pubspec.yaml Add Lokinet Logo 2021-05-20 22:24:49 +02: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