piiicks ecommerce
v3
Piiicks is a Flutter e-commerce app, meticulously crafted with clean architecture and powered by the efficient BLoC state management ensuring scalability, maintainability, and optimal performance. Dive into a seamless coding experience with a sleek interface and robust features designed to elevate the online shopping journey.
cached_network_image
package for efficient loading and caching of network images, enhancing performance.flutter_svg
package for supporting SVG images, providing a scalable and crisp user interface.shared_preferences
package for caching small amounts of data, improving the user experience by maintaining certain states.flutter_secure_storage
package, ensuring sensitive user data is stored securely.shimmer
package, providing a polished loading experience.dots_indicator
package, providing visual cues for users when navigating through different screens.http
package for making HTTP requests and seamlessly integrate with external APIs for fetching and updating data.internet_connection_checker
package to ensure a smooth user experience by checking and handling network connectivity.get_it
package for efficient dependency injection, improving code maintainability and managing dependencies effectively.dartz
package, enhancing code clarity and error handling.share_plus
package for seamless sharing on social media and other platforms.url_launcher
package to open the contact us screen, allowing users to interact with external links such as emails or phone numbers.get_storage
package to save and retrieve products, providing users with a personalized wishlist experience.screenshot
package, enhancing the sharing capabilities of your app.environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
# the last versions.
equatable:
# Package for handling value equality without explicit overrides
dartz:
# Functional programming library for Dart
shared_preferences:
# Plugin for reading and writing key-value pairs to persistent storage
http:
# Package for making HTTP requests
internet_connection_checker:
# Library for checking internet connectivity
flutter_bloc:
# State management library for Flutter applications
get_it:
# Simple service locator for Dart and Flutter projects
shimmer:
# Package for adding shimmering effect to Flutter applications
cached_network_image:
# Library for loading and caching network images
flutter_svg:
# Library for rendering SVG files in Flutter applications
dots_indicator:
# Customizable dots indicator for PageView in Flutter
flutter_secure_storage:
# Secure storage plugin for Flutter
photo_view:
# Package for displaying images in Flutter with zooming and panning capabilities
dotted_border:
# Package for creating dotted borders in Flutter
flutter_local_notifications:
# Package for displaying local notifications in Flutter applications
share_plus:
# Package for sharing content on social media and more
get_storage:
# Persistent storage for Flutter, allowing key-value pair storage
screenshot:
# Flutter plugin for taking screenshots of widgets
path_provider:
# Plugin for interacting with the file system, including getting the app's temporary and application support directories
url_launcher:
# Flutter plugin for launching URLs, emails, making phone calls, and sending SMS.
flutter_phoenix:
# Easily restart your application from scratch, losing any previous state.
For more screen shots Here
flutter pub get
to fetch the dependencies.