https://github.com/hanabi1224/flutter_native_extensions
https://github.com/hanabi1224/flutter_native_extensions
annoy approximate-nearest-neighbor-search dart2 ffi flutter lz4
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanabi1224/flutter_native_extensions
- Owner: hanabi1224
- License: mit
- Created: 2019-12-15T11:58:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T15:29:10.000Z (almost 3 years ago)
- Last Synced: 2025-04-20T18:39:49.246Z (2 months ago)
- Topics: annoy, approximate-nearest-neighbor-search, dart2, ffi, flutter, lz4
- Language: Dart
- Homepage:
- Size: 3.75 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Native Extensions
[](https://github.com/hanabi1224/flutter_native_extensions/actions/workflows/main.yml)
======This repo contains several extension packages for dart / flutter using great dart ffi introduced in dart 2.6
name | native | dart | flutter | packages |
---|---|---|--|--|
lz4 compression | [native](https://github.com/hanabi1224/flutter_native_extensions/tree/master/src/compression/native_compression) | [dart](https://github.com/hanabi1224/flutter_native_extensions/tree/master/src/compression/dart_native_compression) | flutter | [](https://pub.dev/packages/dart_native_compression)
annoy | [native](https://github.com/hanabi1224/RuAnnoy) | [dart](https://github.com/hanabi1224/flutter_native_extensions/tree/master/src/annoy/dart_native_annoy) | flutter | [](https://pub.dev/packages/dart_native_annoy)