Flutter ecommerce app using fakestore api
FakeStore
This is a Flutter app that consumes the FakeStore API. It includes all functionalities included in the API such as authentication, cart, wishlist, and products. The app has a feature-based folder structure and uses the GetX state management library.
Features
Authentication()
-Users can register and sign in to the app.
Products(ongoing)
-Users can view a list of products available on the FakeStore API. -The app displays a banner section with a card slider showing different images and names of the products. -Users can add products to their cart or wishlist. ##Cart(not implemented) -Users can view a list of products in their cart. -Users can remove item from their cart.
Wishlist(not implemented)
-Users can view a list of products in their wishlist. -Users can remove items from their wishlist.
OS
- Android
Language Application Support
English
Framework and language
- Flutter v- 3.3.2
- Dart
Libraries
- get
- shared_preferences
- http
- modal_progress_hud_nsn
- cached_network_image
- flutter_launcher_icons
- flutter_svg
API’s
Images
flash screen
signup screen
login screen
signout screen
products screen
product_detail
cart (coming soon)
wishlist (coming soon)
#credits This app was created as part of a Flutter development project. The following resources were used in the development of this app:
- Flutter documentation
- FakeStore API
- GetX library documentation ##License This project is licensed under the MIT License. See the LICENSE file for more information.