Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Implements rate app interaction #20

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Implements rate app interaction #20

wants to merge 7 commits into from

Conversation

uillianluiz
Copy link
Collaborator

Show rate app dialog in the manga single page:

  • Show it after 7 days (parameterized)
  • Asks for both positive and negative feedback in a non-intrusive manner (we can improve the display texts)
  • If user chooses to not give feedback, save it in the app storage so that it will not ask again. This is simpler and is not restricted to authenticated users.
  • I think that the user experience is good, but the design I don't know :)

Also, shows a button to open in play store along with facebook button

Closes #10

@uillianluiz uillianluiz changed the base branch from master to dev September 5, 2020 14:12
@uillianluiz
Copy link
Collaborator Author

Screenshot_20200905-111309.jpg

@ynixt
Copy link
Member

ynixt commented Sep 5, 2020

Mas e esse super espaçamento entre as categorias e o "você está gostando"?

@uillianluiz
Copy link
Collaborator Author

É o espaço dos ads que não aparecem aqui

@ynixt
Copy link
Member

ynixt commented Sep 6, 2020

image
Implementar um "X"

@ynixt
Copy link
Member

ynixt commented Sep 6, 2020

var instance = await SharedPreferences.getInstance();

// uncomment for dev purposes so that it always open
// await _setOpenAt(DateTime.now().subtract(Duration(days: 1)));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ynixt descomenta essa linha e testa ai depois

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

Successfully merging this pull request may close these issues.

Solicitar avaliação do usuário no Google Play
2 participants