Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwanbk/tun_flutter
https://github.com/iwanbk/tun_flutter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwanbk/tun_flutter
- Owner: iwanbk
- License: other
- Created: 2024-04-18T07:58:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T10:02:09.000Z (8 months ago)
- Last Synced: 2024-05-06T11:26:26.488Z (8 months ago)
- Language: Dart
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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