-
Notifications
You must be signed in to change notification settings - Fork 717
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
How do I change SwiperPagination.dots color? #78
Comments
@NTMS2017 Did you ever figure this one out? |
Not yet, do you know how to do it? |
You have to change the package library itself. In the file, src/swiper_pagination.dart
As far as I know. If you have to change the colors dynamically, then you might have to create added methods into Swiper or implement the whole package into your app's lib itself. |
I will check it today, and yes I need to change the color dynamically. Thanks |
Thank you very much its working |
|
Hi,
I need to change active and none active SwiperPagination.dots color. How do I do that?
Currently active color shows green and none active color shows white. Currently I have green background and cannot see active color. It simply shows none active page color with is white.
I need to change active and none active color based on my background picture. How can I do that?
Thanks for this great plugin.
The text was updated successfully, but these errors were encountered: