Open VadymPinchuk opened 4 months ago
Facing Same Issue . Please help to resolve it
@VadymPinchuk @jay-mahakalagro are you using AnimatedSmoothIndicator
or SmoothPageIndicator
?
Facing the Same Issue. I am using AnimatedSmoothIndicator. My Flutter version is 3.22.3 . Dart 3.4.4 and smooth_page_indicator: ^1.2.0. How to solve this issue?
Any solution?
SmoothPageIndicator(
controller: pageController,
count: pageCount,
effect: ScrollingDotsEffect(
maxVisibleDots: 7,
activeDotScale: 1.0,
dotHeight: dimens.indicatorDotSize,
dotWidth: dimens.indicatorDotSize,
spacing: dimens.indicatorDotSize * 2,
dotColor: theme.colors.baseLight30,
activeDotColor: theme.colors.baseLightPrimary,
),
)
this is my code. In regards of Flutter - I am on the main branch :) need it for work. But on 3.24 it was the same @Milad-Akarie can you check it out? Thanks
Firebase crashlytics keep spamming this error yet....
send a fix in pull request #87