/ShopApp

a mini version of shopping app with flutter

Primary LanguageDart

ShopApp

A mini version of shopping app with fluter

in this app users can login , register if they don't have an account or update it.

user info is valiated in the application before sending the data with api to the database. In fluter, dio packadge is used to handel the apis and sharedPrefrance packadge to save locally the token and id of user . the imported api collection in postman .

https://www.getpostman.com/collections/94db931dc503afd508a5

ll rr

I get all the products and categories data by apis and use named constructer to convert from json.

home

there is a search opption .user an search with the product name or a part of it and the api will return all the products that match .

s

search