Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcyjanek/i2p_flutter
I2p flutter plugin
https://github.com/mrcyjanek/i2p_flutter
Last synced: about 2 months ago
JSON representation
I2p flutter plugin
- Host: GitHub
- URL: https://github.com/mrcyjanek/i2p_flutter
- Owner: MrCyjaneK
- License: other
- Created: 2023-03-05T16:56:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T11:05:29.000Z (4 months ago)
- Last Synced: 2024-10-12T01:37:03.198Z (2 months ago)
- Language: Dart
- Size: 248 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# i2p_flutter
_Because I don't feel like teaching users on how to configure tunnels._
## Project status
This project is made entirely for [p3pch4t](https://github.com/mrcyjanek/p3pch4t), with the intention of being useful for other projects too.
To build this project you need to build android i2pd (check external/android-i2pd/build.sh).
Then copy libi2pd.so into android/jniLibs/{arm64-v8a,armeabi-v7a,x86_64} - or you can grab binary releases from https://github.com/PurpleI2P/i2pd-android (`i2pd_*_android_binary.zip`).
NOTE: After compiling from source make sure to remove the external/android-i2pd/i2pd-android directory or it will make dart addons to VS Code / Android Studio unusable and fail to analyze your code.