piiicks ecommerce
v3
Piiicks เป็นแอปอีคอมเมิร์ซ Flutter ที่สร้างขึ้นอย่างพิถีพิถันด้วยสถาปัตยกรรมที่สะอาดตา และขับเคลื่อนโดยการจัดการสถานะ BLoC ที่มีประสิทธิภาพ ทำให้มั่นใจได้ถึงความสามารถในการปรับขนาด การบำรุงรักษา และประสิทธิภาพสูงสุด ดำดิ่งสู่ประสบการณ์การเขียนโค้ดที่ราบรื่นด้วยอินเทอร์เฟซที่ทันสมัยและฟีเจอร์ที่มีประสิทธิภาพซึ่งออกแบบมาเพื่อยกระดับเส้นทางการช็อปปิ้งออนไลน์
cached_network_image
เพื่อการโหลดและการแคชอิมเมจเครือข่ายอย่างมีประสิทธิภาพ เพิ่มประสิทธิภาพflutter_svg
เพื่อรองรับรูปภาพ SVG โดยมอบอินเทอร์เฟซผู้ใช้ที่ปรับขนาดได้และคมชัดshared_preferences
สำหรับการแคชข้อมูลจำนวนเล็กน้อย ปรับปรุงประสบการณ์ผู้ใช้โดยการรักษาสถานะบางอย่างflutter_secure_storage
เพื่อให้มั่นใจว่าข้อมูลผู้ใช้ที่ละเอียดอ่อนจะถูกเก็บไว้อย่างปลอดภัยshimmer
มอบประสบการณ์การโหลดที่สวยงามdots_indicator
ซึ่งให้สัญญาณภาพสำหรับผู้ใช้เมื่อนำทางผ่านหน้าจอต่างๆhttp
สำหรับการสร้างคำขอ HTTP และรวมเข้ากับ API ภายนอกได้อย่างราบรื่นสำหรับการดึงและอัปเดตข้อมูลinternet_connection_checker
เพื่อให้ผู้ใช้ได้รับประสบการณ์ที่ราบรื่นโดยการตรวจสอบและจัดการการเชื่อมต่อเครือข่ายget_it
สำหรับการฉีดการพึ่งพาที่มีประสิทธิภาพ ปรับปรุงการบำรุงรักษาโค้ด และการจัดการการพึ่งพาอย่างมีประสิทธิภาพdartz
ซึ่งช่วยเพิ่มความชัดเจนของโค้ดและการจัดการข้อผิดพลาดshare_plus
เพื่อการแชร์บนโซเชียลมีเดียและแพลตฟอร์มอื่น ๆ ได้อย่างราบรื่นurl_launcher
เพื่อเปิดหน้าจอติดต่อเรา เพื่อให้ผู้ใช้สามารถโต้ตอบกับลิงก์ภายนอก เช่น อีเมลหรือหมายเลขโทรศัพท์get_storage
เพื่อบันทึกและรับสินค้า ทำให้ผู้ใช้ได้รับประสบการณ์ Wishlist ที่เป็นส่วนตัวscreenshot
ซึ่งช่วยเพิ่มความสามารถในการแชร์ของแอปของคุณ 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.
สำหรับภาพหน้าจอเพิ่มเติมที่นี่
flutter pub get
เพื่อดึงข้อมูลการขึ้นต่อกัน