Skip to content
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

docs: Two features on one screen (flutter_todos example) #3395

Closed
makanddream opened this issue Jun 13, 2022 · 1 comment
Closed

docs: Two features on one screen (flutter_todos example) #3395

makanddream opened this issue Jun 13, 2022 · 1 comment
Labels
documentation Documentation requested

Comments

@makanddream
Copy link

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.

jasperng

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 😊

@makanddream makanddream added the documentation Documentation requested label Jun 13, 2022
@makanddream makanddream changed the title docs: docs: Two features on one screen (flutter_todos example) Jun 14, 2022
@makanddream
Copy link
Author

I closed this topic, my question should not be here but rather in the discord server!
Sorry for the inconvenience and pollution of the repo! 😕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation requested
Projects
None yet
Development

No branches or pull requests

1 participant