A beautiful, modern Flutter app that extracts SSID tokens from trading platforms with just a tap!
✨ Modern UI • 🌐 8 Platforms • 📋 One-Tap Copy • 🌗 Dark Mode
# Run the quick launch script
./run.sh
# Or manually
flutter pub get
flutter run👉 New here? Start with INDEX.md for full documentation!
SSID Finder is a Flutter app that helps you extract authentication tokens (SSID) from trading platforms. Simply:
- 📱 Select a platform
- 🔐 Log in normally
- ✅ Get your SSID automatically
- 📋 Copy it with one tap!
| 💜 OlympTrade ✅ | 💙 PocketOptions ✅ | 💚 Quotex | 🧡 Binomo |
| ❤️ IqOptions | 💜 Expert Options | 🩵 GmGn | 🩷 AxiomTrade |
Special Features:
- PocketOptions: Generates both Demo 🎮 and Real 💰 SSIDs automatically!
- 🎨 Beautiful UI - Modern Material 3 design with unique gradients
- 🌐 WebView Integration - Secure login in-app
- 🤖 Auto-Detection - Automatically finds your SSID
- 📋 One-Tap Copy - Copy to clipboard instantly
- 🌗 Dark Mode - Automatic theme switching
- ✨ Smooth Animations - Professional transitions
- 📱 Cross-Platform - Works on iOS & Android
| Document | Description |
|---|---|
| INDEX.md | 📚 Complete documentation index |
| SETUP.md | 🛠️ Installation & setup guide |
| QUICK_REFERENCE.md | ⚡ Commands & quick tips |
| APP_OVERVIEW.md | 📱 Feature overview |
| VISUAL_MOCKUPS.md | 🎨 UI design details |
| FLOW_DIAGRAM.md | 🔧 Technical architecture |
| PROJECT_SUMMARY.md | 📖 Complete summary |
1. Tap Platform Card
↓
2. WebView Opens
↓
3. You Log In
↓
4. SSID Auto-Detected
↓
5. Copy & Done! ✅
- Flutter 3.0+ - Cross-platform framework
- flutter_inappwebview - Advanced WebView
- Material 3 - Modern design system
- Dart 3.0+ - Programming language
See VISUAL_MOCKUPS.md for detailed UI mockups!
Want to change something? It's easy!
// lib/models/trading_platform.dart
TradingPlatform(
name: 'olymptrade',
displayName: 'OlympTrade',
url: 'https://olymptrade.com',
cookieKey: 'access_token', // ← Change this
colors: [0xFF6B46C1, 0xFF9333EA], // ← Change these
),See QUICK_REFERENCE.md for more!
- ✅ Project structure complete
- ✅ All 8 platforms configured
- ✅ UI designed and styled
- ✅ WebView working
- ✅ Cookie extraction implemented
- ✅ OlympTrade tested
- ✅ Documentation complete
- 🔄 Ready for testing!
# Clone and run
cd "/Users/vigowalker/Chipa SSID Finder"
./run.shNeed help? Check INDEX.md for full documentation!
This project is for educational purposes.
Built with ❤️ using Flutter
Ready to extract some SSIDs? Let's go! 🚀