Reblochor

Results 5 issues of Reblochor

I added 3 buttons (that can be shown or not): - A skip button that automatically calls the `onRightOut` listener - A previous button that goes back one page -...

I noticed the bottom pager icons were clipped when there were, in my case, more than 10 pages. This is due to android not allowing a layout to be larger...

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: bug
platform: android
P2

This pull request adds support to ignore diacritics: when the `ignoreDiacritics` option is enabled, `'e'` will match `'é'` or `'è'` etc...

Search are usually case-insensitive and diacritic-insensitive. For example the search term "e" matches "e", "è", "ê"... It would be nice to have an option `ignoreDiacritics` to highlight diacritics parts when...