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
Code has plenty of // ignore: deprecated_member_use
Fix them and remove them when possible, it should be compatible with Flutter 3 or keep the deprecated_member_use
Note: we can ignore extras for now, don't remove those
Description
Code has plenty of
// ignore: deprecated_member_useFix them and remove them when possible, it should be compatible with Flutter 3 or keep the
deprecated_member_useNote: we can ignore
extrasfor now, don't remove those