IntroViews-Flutter
IntroViews-Flutter copied to clipboard
Customization needed in body and indicators
I want to have the ability to change the view of the circles below (page indicators) and I want to do custom content, Because I want to Implement this on,

So Can I do that?
And also the localization, how to set it to drag from left to right in rtl languages.
@abdallah-gaber, surely will look upon this issue. If you want to contribute then you are most welcomed! 😄
Is there any news about this, if yes, how to do it ?
hello, is there any solution for customizing bubble size? I have more than 3 pages and it giving overflowed by pixcels error.
Kindly ping
@marianoarga, I can't get your comment, can you please elaborate?
@aagarwal1012 I mean I'm just kindly reminding this feature would be apreciated, just that :)
@marianoarga, thanks for reminding me. Currently, I am a bit occupied with different things, a pull request from your side will be highly appreciated.
this feature would be very important for me. I don´t need the big indicators or icons in the indicator. I just need the clean and simple page indicator style like on the screenshot and in every other app. Please add an option to choose the size or add small indicator dots.
This is the most important factor when I look upon a package. A strict package with no customization normally doesn't make sense, 'cause it doesn't cover several use cases. I will list all of the features which should be customized like below:
- PageViewModel:
- 'title' should be an optional param and doesn't take up spaces when default to null.
- 'bubble' should be customizable. Right now there is no way to change bubbles except circles. And the size of the buble is very large, should be customizable too.
- should have alignment param for body text and indicators.
- IntroViewsFlutter:
- Should have an optional boolean param named 'showDoneButton' for those who don't want Done Button.
For example, as you can the pic below which I want to implement
- I don't want Title text, but it still takes up huge spaces when already being set it to
Text('')(very ugly). - The body text and indicators will be right below the image, but right now they are fixed on the bottom.
- Indicators can't be customized except circle bubbles. This is just a few lines of codes but it will facilitate a lot more use cases.
any update on this?