Is your feature request related to a problem? Please describe.
This is the child issue of #758
To implement MVVM architecture on news_article.dart file.
Describe the solution you'd like
See #760 for in-depth details about the implementation.
For Sample see the PR changes #759
Additional context
Other things to take into consideration:
Make sure all the files that you are either updating or creating must be under 300 lines.
If there are multiple same widget with only few modification extract it as a method and give only change variable as a parameter.
Is your feature request related to a problem? Please describe. This is the child issue of #758 To implement MVVM architecture on news_article.dart file.
Describe the solution you'd like See #760 for in-depth details about the implementation. For Sample see the PR changes #759
Additional context Other things to take into consideration: