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

Reported bugs fixed and changed dependencies so that we could compile #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lala341
Copy link

@Lala341 Lala341 commented May 17, 2020

We change the versions to the libraries to be able to run the application (rxdart, scoped_model). In addition, we solved issue #31 of memory leak, for this the HistoryLimit class was added, which is responsible for verifying the limit to the number of layers within the Navigator stack, the navigator class was also changed, with a new method to add media detail that removes views from the stack if they are very old. We also solved issue #32 , in this when the size of the favorites is very large, the application closes. For this, a new class was added within utils called app_model_db, it stores the favorites in a local database with sqlite, it has the same methods as the previous class and it works with Model, for this the imports to app_model were also modified. We also resolved isuue #33 an overflow in the media detail view, it was modified by changing the widget to a Wrap which makes it easier if the categories exceed the screen size, a new row is generated. We also solved isuue #34 , a method was added within utils to check the status of the internet connection and actor detail was modified to send a message when there is no connection.

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

Successfully merging this pull request may close these issues.

1 participant