Skip to content
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

Mobile Screen 38, 39, 40, 41, 43, 46, 47 & 50 #50

Merged
merged 13 commits into from
Jun 18, 2023
Prev Previous commit
Next Next commit
fix page view error
  • Loading branch information
easy-Coder committed Jun 17, 2023

Verified

This commit was signed with the committer’s verified signature.
hsmett Hugo Smett
commit eab5eafeafb35cd08128f55f1264cc53fa34155f
2 changes: 1 addition & 1 deletion lib/src/mobile_ui/43/page_43.dart
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ class _CarouselState extends State<Carousel> {
void initState() {
super.initState();
controller = PageController(
initialPage: 1,
initialPage: 0,
viewportFraction: 0.85,
);
controller.addListener(_scrollListener);