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
There are several util functions that are placed in wrong/limited scopes. e.g. Color makeShadowColor(Color color) in add_note_page.dart. please move them or make an extension function.
There are several util functions that are placed in wrong/limited scopes. e.g.
Color makeShadowColor(Color color)inadd_note_page.dart. please move them or make an extension function.