cupertino_store

we have to run this command lines $ flutter pub add intl

$ flutter pub add provider

$ flutter pub add shrine_images

Observations

This pulls in several packages, including shrine_images, containing products for populating the store.

The provider package provides a simple way to manage state across screens.

The intl package provides internationalization and localization facilities.

The cupertino_icons package contains icon assets for the Cupertino widgets.