A beautiful and customizable Flutter widget for creating swipeable card stacks with smooth animations and depth effects.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Update CHANGELOG for version 0.0.4, documenting package metadata updates and minor refinements for improved performance.
2b6c78cView on GitHubUpdate version to 0.0.4 in pubspec.yaml and refactor item list formatting in main.dart for improved readability. Clean up whitespace across various files for consistency.
877d367View on GitHubUpdate CHANGELOG for version 0.0.3, fixing card centering calculation to respect container constraints, and adjust layout in example app with added padding. Bump version in pubspec.yaml.
4a5f963View on GitHubUpdate CHANGELOG for version 0.0.2, fixing package description and code formatting issues, while improving metadata for pub.dev compatibility.
4be74faView on GitHubUpdate pubspec.yaml for version bump and refine widget descriptions; clean up whitespace in SwipifyWidget and SwipifyStyle for improved readability.
bca691eView on GitHubUpdate README.md to use the correct URL for the demo GIF and remove the outdated assets README file.
b425468View on GitHubAdd preview GIF asset and update .gitignore to exclude scripts directory
eb95075View on GitHubAdjust card height calculation in SwipifyWidget to account for shadow margin, ensuring proper layout and spacing.
cafa2e8View on GitHubAdd comprehensive tests for SwipifyWidget and SwipifyStyle; cover rendering, swiping behavior, and style application
76ef32eView on GitHubUpdate SwipifyWidget scaling behavior; increase max scale to 1.0 and wrap builder content in FittedBox for proportional scaling.
c02c5beView on GitHubUpdate MyHomePage layout and branding; change title to 'Swipify Demo', hide debug banner, and add footer with version info and author credits.
19a0b64View on GitHubImplement `onCardChanged` callback in SwipifyWidget and add demo guide. Update CHANGELOG and README for new features. Create script for generating demo GIFs.
d1e9fc4View on GitHub