Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkrhb/flutter_openssl_binaries
https://github.com/jkrhb/flutter_openssl_binaries
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkrhb/flutter_openssl_binaries
- Owner: JKRhb
- License: apache-2.0
- Created: 2024-12-10T00:17:39.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:56:58.000Z (25 days ago)
- Last Synced: 2024-12-25T18:41:05.693Z (11 days ago)
- Language: Kotlin
- Size: 9.56 MB
- 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
# OpenSSL Binaries Flutter Plugin
This repository contains a Flutter plugin that provides pre-compiled OpenSSL
binaries (libcrypto and libssl) that have been compiled from the source files
for [version 3.3.2](https://github.com/openssl/openssl/tree/openssl-3.3.2).
Currently, only Android is supported.## Usage
Since this plugin is currently not available on pub.dev, you can add it to your
Flutter project as a git dependency using the following command:```sh
flutter pub add flutter_openssl_binaries --git-url=https://github.com/JKRhb/flutter_openssl_binaries
```## License
As OpenSSL is licensed under the Apache 2.0 license, the content in this
repository is available under the same license.
See the `LICENSE` file for more information.SPDX-License-Identifier: Apache-2.0