A modern Flutter e-commerce application showcasing beautiful UI and smooth animations
- Modern and clean interface
- Smooth page transitions
- Hero animations for seamless navigation
- Beautiful gradient effects
- Responsive design for all screen sizes
- Custom page route transitions
- Staggered animations system
- Smart image caching
- Loading skeletons
- Optimized performance
- Flutter SDK (3.0 or higher)
- Dart SDK (3.0 or higher)
- An IDE (VS Code, Android Studio, etc.)
-
Clone the repository
git clone https://github.com/yourusername/sneaker_shop.git
-
Navigate to project directory
cd sneaker_shop
-
Install dependencies
flutter pub get
-
Run the app
flutter run
lib/
├── animations/ # Animation widgets
│ ├── fade_animation.dart
│ └── slide_animation.dart
│
├── screens/ # App screens
│ ├── home/
│ │ └── home_screen.dart
│ └── details/
│ └── shoes_detail.dart
│
├── shared/ # Shared widgets
│ └── widgets/
│ └── shoe_card_skeleton.dart
│
├── utils/ # Utilities
│ ├── custom_page_route.dart
│ ├── image_cache_manager.dart
│ └── image_preloader.dart
│
└── main.dart # Entry point
We welcome contributions! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request