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

Initial PR #4

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Initial PR #4

wants to merge 18 commits into from

Conversation

ahmednfwela
Copy link
Collaborator

@ahmednfwela ahmednfwela commented Jul 1, 2023

Pull Request

What does this PR do?

  • Add initial support for flutter through some helper methods and widgets
  • Add all the pagination techniques mentioned in this guide
  • More details to be added...

PR checklist

  • Text highlighting helpers
  • General-purpose Query Builders
    • Offset-based (offset + limit)
    • Page-based (page + hitsPerPage)
  • Infinite Scrolling ListView (using offset-based query builder)
  • Previous-Next ListView (using offset-based query builder)
  • PaginatedDataTable & DataTableSource helpers (using page-based query builder)
  • MeilisearchBar a search bar that displays results that can be selected

Example App Gifs

  1. Infinite scroll list that gets data from 2 indexes, one for arabic, one for english book titles. (using multi-index query)
    chrome_x6EblYVYrc

@ahmednfwela ahmednfwela self-assigned this Jul 1, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

@ahmednfwela, what are the most critical files I should take a look?! Or the ones you want some input!

@ahmednfwela
Copy link
Collaborator Author

mostly the tests and whether there are missing scenarios /documentation

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.

None yet

2 participants