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
Hello,
Thanks for your great and powerful library, I would need your lights concerning a flutter desktop application.
My architecture is as follows on a single page there are 2 features:
The first (on the left) TestOverview allows you to display the tests in the form of a list with the possibility of adding/removing tests.
The second (on the right) EditTest allows you to modify the test selected on TestsOverview.
Since I have two functionalities, I told myself that I had to separate them into two separate blocs. So, I took the example of the “flutter_todos” application with TodosOverview and EditTodo. In this example we have the same principle but on a separate page. In my case the two features are on the same page and I don't know how to instantiate my EditTestBloc bloc correctly since now it is on the same page.
Do you have any advice to help me with my problem ?
Thank you in advance for your time, I'm still a junir developer 😊
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your great and powerful library, I would need your lights concerning a flutter desktop application.
My architecture is as follows on a single page there are 2 features:
Since I have two functionalities, I told myself that I had to separate them into two separate blocs. So, I took the example of the “flutter_todos” application with TodosOverview and EditTodo. In this example we have the same principle but on a separate page. In my case the two features are on the same page and I don't know how to instantiate my EditTestBloc bloc correctly since now it is on the same page.
Do you have any advice to help me with my problem ?
Thank you in advance for your time, I'm still a junir developer 😊
The text was updated successfully, but these errors were encountered: