🍍 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
Libraries
- offer
- tiki_sdk
- ui/used_bullet
- theme UI
- ui/ending UI
- ui/learn_more UI
- ui/learn_more_btn UI
- ui/markdown UI
- ui/offer_card UI
- ui/offer_prompt UI
- ui/settings UI
- ui/terms UI
- ui/used_for UI