Common Issues & Solutions
Quick solutions for the most frequently encountered problems in Remind Tools development.Development Issues
Melos Bootstrap Failures
Dependency conflicts
Dependency conflicts
Error:
Because X depends on Y version...
Solution:Package not found
Package not found
Error:
Could not find package X
Solution:Version solving failed
Version solving failed
Error:
Version solving failed
Solution:Build Failures
Runtime Issues
State Management
Always dispose of controllers and subscriptions to prevent memory leaks.
Performance Issues
Problem | Solution |
---|---|
Janky scrolling | Use ListView.builder instead of ListView |
Slow navigation | Preload routes with precacheImage |
Memory leaks | Check for disposed controllers |
Large images | Use cached_network_image package |
API Issues
Supabase Connection
Rate Limiting
Testing Issues
Test Failures
Golden test mismatches
Golden test mismatches
Widget test timeouts
Widget test timeouts
Integration test issues
Integration test issues
Quick Fixes
Reset Everything
Emergency Contacts
- GitHub Issues: Report bugs
- Discord: Community support
- Email: support@remind.tools