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
Is your feature request related to a problem? Please describe.
This is the child issue of #758
To implement MVVM architecture on add_event_page.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.
Make the code as concise as possible.
Kindly add setup locator in the add_post_test.dart otherwise travis build will fail.
The text was updated successfully, but these errors were encountered:
This page is built on top of events page having common endpoints and functions. I guess this can be handled along with the events.dart page. I guess you can close this issue and update it in the issue description in events page MVVM implementation issue. @rutvik11062000
Is your feature request related to a problem? Please describe.
This is the child issue of #758
To implement MVVM architecture on add_event_page.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:
The text was updated successfully, but these errors were encountered: