Skip to content

IBBLDBLTD/lokinet-flutter-app

 
 

Repository files navigation

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

About

loki-network-flutter-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 37.8%
  • Java 24.2%
  • Kotlin 22.6%
  • Shell 6.0%
  • Jsonnet 3.0%
  • Swift 2.4%
  • Other 4.0%