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
Simplify API service stub constructor by removing BuildContext parameter — generated API services now use a no-argument constructor with super(decoders: modelDecoders)
Remove package:flutter/material.dart import from API service stub since BuildContext is no longer needed
Fixes
Fix malformed import statement in API service stub (duplicate import ' prefix)