An open API service indexing awesome lists of open source software.

https://github.com/mehulmk/shopify-flutter-demo

Shopping app with riverpod state management
https://github.com/mehulmk/shopify-flutter-demo

best-architecture best-practices dart dio figma flutter repository riverpod shopify shopping

Last synced: 9 months ago
JSON representation

Shopping app with riverpod state management

Awesome Lists containing this project

README

          

# Shopify

Shopify admin rest api demo project.

We are try to use **riverpod** as state management to improve widget rebuilding performance.
May be at some place we can also improve more performance but for the demo purpose i ignore that.
You can learn more about riverpod form the [official page](https://riverpod.dev/).
And let us know you view point on riverpod and which state management you like.

In future we will try to use storefront graphQL api to add more functionality.

To run this app you need to replace api key and storefront url in **lib/utility/key_util.dart** file

```sh
static String token = "shppa_adgjgsdfsjkgdjfsgdjgh";
static String baseUrl = "https://{shop}.myshopify.com/admin/api/20XX-XX/";
```

## Android APK
[![N|Solid](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://github.com/mehulmk/Shopify-flutter-demo/blob/main/apk/shopify-app-release.apk)

## Screenshot
| | | | |
|:---:|:---:|:---:|:---:|
| Home | Search | Cart | Offer |
| | | | |
| Account | Product Details | Product List | Category List |

## State Management Package
[Riverpod](https://pub.dev/packages/riverpod)

## Other Helper Packages
- cached_network_image
- flutter_spinkit
- flutter_svg
- carousel_slider
- flutter_html

**networking**
- dio
- pretty_dio_logger
- shared_preferences

**utility**
- intl
- tuple
- collection

## Dummy Product
[GitHub](https://github.com/JoshHighland/shopify-dummy-data/blob/master/shopify_product_import_with_multi_variants_and_images.csv)

## UI Design Credit
[![N|Solid](https://img.shields.io/badge/Figma-F24E1E?style=for-the-badge&logo=figma&logoColor=white)](https://www.figma.com/community/file/892081313681059988?preview=fullscreen)

## Developer
[![N|Solid](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/mehul-makwana-430326b9/)

## License
Distributed under the MIT License. See [LICENSE](https://github.com/mehulmk/Shopify-flutter-demo/blob/main/LICENSE) for more information.

## Contact
[Nividata Consultancy](https://www.nividata.com/contact/)