mirror of
https://github.com/Iconica-Development/flutter_shopping.git
synced 2025-05-18 16:33:45 +02:00
* feat: add flutter_shopping package * feat: add flutter_shopping_cart package * feat: add flutter_order_details package * feat: add flutter_product_page package * feat: remove example apps * feat: update pubspecs * feat: add github actions * feat: export all the components through the flutter_shopping
23 lines
486 B
YAML
23 lines
486 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/flutter_order_details"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/flutter_product_page"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/flutter_shopping"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/flutter_shopping_cart"
|
|
schedule:
|
|
interval: "weekly"
|