Added News in Trading Dashboard and Company Page using news cubits created by @vpranavkrishna
Fixed the issue where news widget was not expanding according to the length of marketEventList
Updated background colors in Portfolio Page
There was a incorrect use of ParentDataWidget error in NewsPage which was occurring due to use of Flexible inside SizedBox. Flexible or Expanded should be strictly used under Column or Row. This issue is fixed in this PR.
marketEventList
Portfolio Page
ParentDataWidget
error in NewsPage which was occurring due to use ofFlexible
insideSizedBox
. Flexible or Expanded should be strictly used underColumn
orRow.
This issue is fixed in this PR.