tiki_sdk_flutter 2.1.4 tiki_sdk_flutter: ^2.1.4 copied to clipboard
A package for adding TIKI's decentralized infrastructure to Flutter projects. Add tokenized data ownership, consent, and rewards to your app in minutes.
🍍 Console ⏐ 📚 Docs #
TIKI SDK [Flutter] —build the new data economy #
A package for adding TIKI's decentralized infrastructure to Flutter projects. Add tokenized data ownership, consent, and rewards to your app in minutes.
For native iOS and Android projects, use:
- 🤖 Android: tiki-sdk-android
- 🍎 iOS: tiki-sdk-ios
🎬 How to get started ➝ #
Basic Architecture
The package builds on TIKI's core SDK implementation (tiki-sdk-dart) adding the following platform-specific configurations:
- A KeyStorage (
tiki_sdk_flutter_key_storage.dart
) implementation using flutter_secure_storage - Native dependencies for SQLite (sqlite3 & sqlite3_flutter_libs)
- Default storage directory using path_provider