Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iwanbk/tun_flutter


https://github.com/iwanbk/tun_flutter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tun_flutter

Create TUN device and return the TUN file descriptor

## Getting Started

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.

For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## Development

### Android

**Dart/Flutter part**
- open the whole project in vscode to edit the Dart code
- see main example file in `example/lib/main.dart`

**Kotlin/Android part**
- open in Android studio the `example/android/build.gradle`
- run it like usual Android project