- Make RegExp for link parsing
- Provide documenation
- Update pub.dev description
- Rename HttpPagination -> HttpPaginationParser
- Make factory constructor for PagesPagination -> PagesPagination.fromHeaders(headers)
- Make factory constructor for CursorPagination -> CursorPagination.fromHeaders(headers)
- Make HttpPaginationParser private class
- Add simple README.md docs
- Add tests
- Remove isEmpty getter
- Add hasNext getter
- Make Pagination interface with isEmpty method for CursorPagination PagesPagination
- Implement paginated lists for cursor and pages pagination
- Implement pages headers pagination
- Implement cursor headers pagination