Verified autographs from the people you look up to.
FanMark is a dual‑role mobile platform bridging fans and admired figures through AI‑powered personalization, physical‑digital logistics, and cryptographic verification. Built with Flutter, it transforms the autograph into a verifiable, hybrid keepsake.
| Discover | Request Modal | Activity | Unboxing | Profile |
|---|---|---|---|---|
| Find your people. | Choose your moment. | Watch it happen. | Unbox the memory. | You have fans too. |
- Dual‑Role Ecosystem – switch between Fan and Talent modes.
- Quick / Ritual Requests – instant digital or physical heirloom.
- AI Personalization – smart message suggestions and video templates.
- Cryptographic Verification – e‑signature DNA + blockchain hashing.
- AR Unboxing – immersive reveal with floating video and signature.
- Logistics Orchestration – automated shipping labels and tracking.
lib/ ├── models/ # Data classes and Hive entities ├── providers/ # Riverpod providers (state management) ├── screens/ # UI screens (Discover, My Marks, Activity, Profile) ├── widgets/ # Reusable UI components └── utils/ # Helpers, constants, extensions
text
State Management: Riverpod
Navigation: GoRouter
Local Storage: Hive
Networking: Dio
Authentication: Firebase / WalletConnect (planned)
| Layer | Tech ||-------|------| | Mobile | Flutter (Dart) | | State | Riverpod | | AI | TensorFlow Lite (stroke prediction) | | AR | ARKit / ARCore | | Blockchain | Polygon / EVM (hash anchoring) | | Backend | Firebase / Cloud Functions | | Storage | IPFS / Arweave (for video proofs) | | Design | Figma (Adams G‑inspired) |
-
Clone the repo:
git clone https://github.com/yourusername/fanmark.git cd fanmark
Install dependencies:
bash flutter pub get Run the app:
bash flutter run 📦 Build & Deploy iOS: flutter build ios --release
Android: flutter build apk --release
👤 Dual‑Role UX Tap the top‑right avatar → switch between Fan and Talent modes.
Each mode has its own bottom navigation and screen set.
🌐 Project Status v0.1.0 – Initial skeleton with bottom navigation and placeholder screens.
☑ Project structure ☑ Bottom nav (4 tabs) ☑ Placeholder screens □ Discover feed with cards □ Request modal (Quick/Ritual) □ Activity with tabs □ My Marks grid + AR unboxing □ Profile + dual‑role toggle + premium □ AI personalization integration 📄 License MIT © 2026 – Built for the Top 0.01% engineer portfolio.
🤝 Connect LinkedIn: [https://linkedin.com/in/emmanuel-orimoloye]
Portfolio: [https://toetech.me]
Email: contact.toetech@gmail.com
Built with ❤️ and Flutter