Flutter App
This commit is contained in:
62
electron-app/DEPRECATED.md
Normal file
62
electron-app/DEPRECATED.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# ⚠️ DEPRECATED: Electron Version
|
||||
|
||||
## Migration Notice
|
||||
|
||||
This Electron version of rmtPocketWatcher has been **deprecated** and replaced with a Flutter cross-platform application.
|
||||
|
||||
### Why the Migration?
|
||||
|
||||
1. **Better Cross-Platform Support**: Flutter provides native performance on Windows, Android, and iOS
|
||||
2. **Mobile Compatibility**: Native mobile apps with proper notifications and UI
|
||||
3. **Smaller Bundle Size**: Flutter apps are more efficient than Electron
|
||||
4. **Native Performance**: Better resource usage and responsiveness
|
||||
5. **Unified Codebase**: Single codebase for all platforms
|
||||
|
||||
### New Flutter App Location
|
||||
|
||||
The active development has moved to: `../flutter_app/`
|
||||
|
||||
### Features Migrated
|
||||
|
||||
✅ **All core functionality maintained:**
|
||||
- Real-time AUEC price tracking
|
||||
- Bloomberg-style terminal interface
|
||||
- WebSocket connections
|
||||
- Price alerts with native notifications
|
||||
- Historical charts and data visualization
|
||||
- Cross-platform compatibility
|
||||
|
||||
✅ **New features added:**
|
||||
- Native mobile support (Android/iOS)
|
||||
- Custom notification sounds
|
||||
- Better responsive design
|
||||
- Loading screens and improved UX
|
||||
- Platform-specific optimizations
|
||||
|
||||
### Installation
|
||||
|
||||
**Use the new Flutter version instead:**
|
||||
|
||||
1. **Windows**: Download `rmtPocketWatcher-Windows-v{version}.zip` from releases
|
||||
2. **Android**: Download `rmtPocketWatcher-Android-v{version}.apk` from releases
|
||||
|
||||
### Development
|
||||
|
||||
**For developers:**
|
||||
|
||||
```bash
|
||||
# Use the Flutter app instead
|
||||
cd ../flutter_app
|
||||
flutter pub get
|
||||
flutter run -d windows # Windows
|
||||
flutter run -d android # Android
|
||||
```
|
||||
|
||||
### Legacy Support
|
||||
|
||||
This Electron version is kept for reference only and will not receive updates. All new features and bug fixes are implemented in the Flutter version.
|
||||
|
||||
---
|
||||
|
||||
**Lambda Banking Conglomerate**
|
||||
*Star Citizen AUEC Price Tracking*
|
||||
Reference in New Issue
Block a user