liquid_swipe_flutter
liquid_swipe_flutter copied to clipboard
A flutter based liquid swipe
Hi, i cannot use a Slider on a container/page and i don't know why
I have created certain slides with this package with each slide having a lottie animation. When I slide from ith slide to i+1th a background flicker happens. Please help us...
Liquid Swipe does not seem to work well, wenn a page is scrollable: The crossfade always shows the page from the very top (not scolled), however the actual page is...
Steps to recreate: ``` import 'package:flutter/material.dart'; import 'package:flutter_html/flutter_html.dart'; import 'package:liquid_swipe/liquid_swipe.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp(...
For example, my initial datasource only has three elements [1, 2, 3], with an initial index of 1. When I swipe to the 0th page, I hope to insert an...
It works perfectly when I assign a static bool value to 'enableSideReveal' property. But if I try to assign the value dynamically i.e I wanted to hide the side reveal...
I'm trying to use the package in an Arabic app, but the swipe action always begins from right to left. Is there a way to configure it based on the...