-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] Notifications Screen with mock data #337
[UI] Notifications Screen with mock data #337
Conversation
please review @Aarush-Acharya @vrundraval24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes
padding: const EdgeInsets.only(right: 16.0, left: 16), | ||
child: InkWell( | ||
child: const CircleAvatar( | ||
backgroundImage: NetworkImage( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use an asset image here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
} | ||
} | ||
|
||
class NotificationModel { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to models folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@chandansgowda @AyaNady17 Looks good to me |
please check this @chandansgowda |
Description
Implemented notifications screen UI with mock data
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
tested manually
Please include screenshots below if applicable.
Checklist:
Maintainer Checklist