You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix critical Flutter SDK build errors and linting issues
- Fixed constant expression type errors by removing const from string multiplication
- Removed unused import package:flutter/services.dart from test files
- Fixed dangling library doc comments by adding library directive
- Replaced print statements with debugPrint for proper Flutter logging
- Fixed unused catch clause in error handling
- Updated constructors to use super parameters in TypeScript classes
- Fixed unused local variable in bug fixes test
- Improved const constructors and const declarations
- All critical errors and warnings resolved, only minor info-level suggestions remain
Co-authored-by: 0xrinegade <[email protected]>
0 commit comments